zms_list_resources
List ZMS workloads with filters for name, status, type, provider, region, and OS. Supports pagination and JMESPath queries.
Instructions
List ZMS resources (workloads).
Read-only. Returns one row per workload (id, name, type, status, cloud provider/region, OS, IPs). Filter by name/status/type/provider/region/OS. 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. | |
| status | No | ||
| page_num | No | ||
| page_size | No | ||
| sort_order | No | ||
| platform_os | No | ||
| cloud_region | No | ||
| resource_type | No | ||
| cloud_provider | No | ||
| include_deleted | No |