addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / action / description
Removed value: -"Filter by policy action: 'ALLOW' or 'BLOCK' (exact match)."
removedInput schema / properties / action / title
Removed value: -"Action"
removedInput schema / properties / fetch_all / description
Removed value: -"Whether to fetch all rules ignoring pagination (default false)."
removedInput schema / properties / fetch_all / title
Removed value: -"Fetch All"
removedInput schema / properties / name / description
Removed value: -"Filter by policy rule 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"
changedInput schema / properties / query / description
Previous value: -"JMESPath expression for client-side filtering/projection on the result. Example: \"nodes[?action=='ALLOW'].{name: name, priority: priority}\"."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: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "The service to use.",
- "title": "Service"
-}
removedInput schema / title
Removed value: -"zms_list_policy_rulesArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zms_list_policy_rulesOutput",
- "type": "object"
-}New value: +null