zms_list_agents
List ZMS microsegmentation agents and retrieve details like connection status, version, OS, and IP. Use the returned eyez_id for agent-group or nonce operations.
Instructions
List ZMS microsegmentation agents.
Read-only. Returns one row per agent (eyez_id, name, connection status,
version, OS, IP). Requires ZSCALER_CUSTOMER_ID. Use a returned eyez_id with
the agent-group / nonce tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | 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. | |
| search | No | ||
| sort_dir | No | ||
| page_size | No |