zdx_list_alert_affected_devices
List devices affected by a ZDX alert.
Instructions
List devices affected by a ZDX alert.
Read-only. Returns one identifying row per affected device. Filter by
location/department/geo, location groups, and the since HOURS window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Optional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Examples: "[?enabled==`true`]", "[*].{name: name, id: id}", "length(@)". Omit to get the full records. IMPORTANT: field names are the keys of the returned records, which are usually snake_case (`custom_category`) even where the Zscaler API documents camelCase (`customCategory`) — guessing the spelling yields an empty list that looks like a real answer. If you have not already seen a record from this tool, call it once without `query` and read the keys off the response. | |
| since | No | ||
| geo_id | No | ||
| offset | No | ||
| alert_id | Yes | ||
| location_id | No | ||
| department_id | No | ||
| location_groups | No |