zcc_list_devices
List enrolled ZCC devices with detailed records including OS, agent version, policy, ownership, and tunnel state. Filter by OS type or username to narrow results.
Instructions
List ZCC enrolled devices (read-only).
Each row is the full device record — identity, OS, agent version,
registration state, assigned policy_name, ownership, hardware,
VPN/tunnel state, and the enrollment / keep-alive timestamps. Use the
returned udid with zcc_get_device_otp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| os_type | No | ||
| username | No | ||
| page_size | No |