addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / cloud_provider / description
Removed value: -"Filter by cloud provider, e.g. 'AWS', 'AZURE', 'GCP', 'ON_PREMISES' (exact match)."
removedInput schema / properties / cloud_provider / title
Removed value: -"Cloud Provider"
removedInput schema / properties / cloud_region / description
Removed value: -"Filter by cloud region (substring match)."
removedInput schema / properties / cloud_region / title
Removed value: -"Cloud Region"
removedInput schema / properties / include_deleted / description
Removed value: -"Whether to include deleted resources (default false)."
removedInput schema / properties / include_deleted / title
Removed value: -"Include Deleted"
removedInput schema / properties / name / description
Removed value: -"Filter by resource name (substring match)."
removedInput schema / properties / name / title
Removed value: -"Name"
removedInput schema / properties / page_num / description
Removed value: -"Page number (default 1)."
removedInput schema / properties / page_num / title
Removed value: -"Page Num"
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"
removedInput schema / properties / platform_os / description
Removed value: -"Filter by platform OS, e.g. 'LINUX', 'WINDOWS' (substring match)."
removedInput schema / properties / platform_os / title
Removed value: -"Platform Os"
changedInput schema / properties / query / description
Previous value: -"JMESPath expression for client-side filtering/projection on the result. Example: \"nodes[?cloud_provider=='AWS']\"."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 / resource_type / description
Removed value: -"Filter by resource type, e.g. 'VIRTUAL_MACHINE', 'CONTAINER', 'BARE_METAL' (exact match)."
removedInput schema / properties / resource_type / title
Removed value: -"Resource Type"
removedInput schema / properties / service
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "The service to use.",
- "title": "Service"
-}
removedInput schema / properties / sort_order / description
Removed value: -"Sort order for resource name: 'ASC' or 'DESC'."
removedInput schema / properties / sort_order / title
Removed value: -"Sort Order"
removedInput schema / properties / status / description
Removed value: -"Filter by resource status (exact match)."
removedInput schema / properties / status / title
Removed value: -"Status"
removedInput schema / title
Removed value: -"zms_list_resourcesArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zms_list_resourcesOutput",
- "type": "object"
-}New value: +null