addedInput schema / additionalProperties
Added value: +false
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 / emails / description
Removed value: -"Filter by email addresses."
removedInput schema / properties / emails / title
Removed value: -"Emails"
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 / location_id / description
Removed value: -"Filter by location ID(s)."
removedInput schema / properties / location_id / title
Removed value: -"Location Id"
removedInput schema / properties / mac_address / description
Removed value: -"Filter by MAC address."
removedInput schema / properties / mac_address / title
Removed value: -"Mac Address"
removedInput schema / properties / offset / description
Removed value: -"Offset string for pagination (next_offset)."
removedInput schema / properties / offset / title
Removed value: -"Offset"
removedInput schema / properties / private_ipv4 / description
Removed value: -"Filter by private IPv4 address."
removedInput schema / properties / private_ipv4 / title
Removed value: -"Private Ipv4"
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)."
removedInput schema / properties / since / title
Removed value: -"Since"
removedInput schema / properties / user_ids / description
Removed value: -"Filter by user IDs."
removedInput schema / properties / user_ids / title
Removed value: -"User Ids"
removedInput schema / title
Removed value: -"zdx_list_devicesArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zdx_list_devicesOutput",
- "type": "object"
-}New value: +null