addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / page
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Page offset for pagination (1-based).",
- "title": "Page"
-}
removedInput schema / properties / page_size
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Number of records per page (default = ZIA tenant default).",
- "title": "Page Size"
-}
changedInput schema / properties / query / description
Previous value: -"JMESPath expression for client-side filtering / projection of the returned signature list (e.g. \"[?contains(name, 'Suricata')]\" or \"[*].{id: id, name: name, sid: rule_text}\")."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"
addedInput schema / properties / search
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
removedInput schema / properties / service
Removed value: -{
- "default": "zia",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"zia_list_ips_signature_rulesArguments"