addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / alert_id / description
Removed value: -"The unique ID for the alert."
removedInput schema / properties / alert_id / title
Removed value: -"Alert Id"
removedInput schema / properties / department_id / description
Removed value: -"Filter by department ID(s)."
removedInput schema / properties / department_id / title
Removed value: -"Department Id"
removedInput schema / properties / geo_id / description
Removed value: -"Filter by geolocation ID(s)."
removedInput schema / properties / geo_id / title
Removed value: -"Geo Id"
removedInput schema / properties / limit / description
Removed value: -"Number of items to return per request (minimum 1)."
removedInput schema / properties / limit / title
Removed value: -"Limit"
removedInput schema / properties / location_groups / description
Removed value: -"Filter by location group ID(s)."
removedInput schema / properties / location_groups / title
Removed value: -"Location Groups"
removedInput schema / properties / location_id / description
Removed value: -"Filter by location ID(s)."
removedInput schema / properties / location_id / title
Removed value: -"Location Id"
removedInput schema / properties / offset / description
Removed value: -"The next_offset value from the last request for pagination."
removedInput schema / properties / offset / title
Removed value: -"Offset"
changedInput schema / properties / query / description
Previous value: -"JMESPath expression for client-side filtering/projection of results."New value: +"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."
removedInput schema / properties / query / title
Removed value: -"Query"
removedInput schema / properties / service
Removed value: -{
- "default": "zdx",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / properties / since / description
Removed value: -"Number of hours to look back (default 2h). Cannot exceed 14 days."
removedInput schema / properties / since / title
Removed value: -"Since"
removedInput schema / title
Removed value: -"zdx_list_alert_affected_devicesArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zdx_list_alert_affected_devicesOutput",
- "type": "object"
-}New value: +null