zms_list_app_zones
Retrieve a list of ZMS app zones with details such as id, name, description, and resource count. Use optional filters and sorting to refine results.
Instructions
List ZMS app zones.
Read-only. Returns one row per app zone (id, name, description, resource count). Requires ZSCALER_CUSTOMER_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| query | No | Optional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]", "[*].{name: name, id: id}", "length(@)". Omit to get the full records. | |
| page_num | No | ||
| page_size | No | ||
| sort_order | No |