zdx_list_alert_affected_devices
Retrieve devices affected by a ZDX alert, with optional filtering by location, department, or geolocation, and support for pagination and JMESPath queries.
Instructions
List devices affected by a ZDX alert (read-only) Supports JMESPath client-side filtering via the query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | The unique ID for the alert. | |
| location_id | No | Filter by location ID(s). | |
| department_id | No | Filter by department ID(s). | |
| geo_id | No | Filter by geolocation ID(s). | |
| location_groups | No | Filter by location group ID(s). | |
| since | No | Number of hours to look back (default 2h). Cannot exceed 14 days. | |
| offset | No | The next_offset value from the last request for pagination. | |
| limit | No | Number of items to return per request (minimum 1). | |
| query | No | JMESPath expression for client-side filtering/projection of results. | |
| service | No | The service to use. | zdx |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |