Hello,
I'm trying to retrieve and export QoS Policy configurations from a Cato account using the GraphQL API.
During testing, I attempted to use the query accountQosPolicies, but the request was rejected and the events log reported:
ApiKey blocked unauthorized
After reviewing the published GraphQL API documentation, I could not find any documented query related to QoS policies. The currently available account-related queries include items such as accountSnapshot, accountMetrics, accountRoles, etc., but there doesn't appear to be a specific QoS policy query in the publicly documented schema.
Since QoS Policies are a configurable platform feature within Cato Management, I would like to understand:
- Is there currently any supported GraphQL API query or other API method to export QoS Policies?
- Are QoS policy configurations accessible through another policy-related endpoint?
- If QoS export is not currently supported, is this functionality planned for a future API release?
Any guidance or recommended workaround would be appreciated.
Thank you.