zia_list_devices
Retrieve a list of ZIA devices with optional filters such as name, user IDs, and pagination. Use client-side filtering via JMESPath expressions.
Instructions
List ZIA devices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | 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. | |
| user_ids | No | ||
| page_size | No | ||
| include_all | No |