addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / page / description
Removed value: -"Page number (default 1)."
removedInput schema / properties / page / title
Removed value: -"Page"
removedInput schema / properties / page_size / description
Removed value: -"Number of items per page (default 20, max 100)."
removedInput schema / properties / page_size / title
Removed value: -"Page Size"
changedInput schema / properties / query / description
Previous value: -"JMESPath expression for client-side filtering/projection on the result. Example: \"nodes[?connection_status=='CONNECTED']\"."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 / search / description
Removed value: -"Search filter string to narrow agents by name, IP, etc."
removedInput schema / properties / search / title
Removed value: -"Search"
removedInput schema / properties / service
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "The service to use.",
- "title": "Service"
-}
removedInput schema / properties / sort / description
Removed value: -"Sort field (e.g., 'name', 'connectionStatus')."
removedInput schema / properties / sort / title
Removed value: -"Sort"
removedInput schema / properties / sort_dir / description
Removed value: -"Sort direction: ASC or DESC."
removedInput schema / properties / sort_dir / title
Removed value: -"Sort Dir"
removedInput schema / title
Removed value: -"zms_list_agentsArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zms_list_agentsOutput",
- "type": "object"
-}New value: +null