addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / group_type
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Filter by group type. ZIA supports ``Static`` (manually-curated membership) and ``Dynamic`` (membership driven by location attributes).",
- "title": "Group Type"
-}
removedInput schema / properties / location_id
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Return only location groups that include this location ID.",
- "title": "Location Id"
-}
removedInput schema / properties / name / description
Removed value: -"Filter by exact location group name (forwarded to ZIA's ``name`` query parameter)."
removedInput schema / properties / name / title
Removed value: -"Name"
removedInput schema / properties / page
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Page offset for pagination.",
- "title": "Page"
-}
removedInput schema / properties / page_size
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Page size. Default 100; maximum 1000.",
- "title": "Page Size"
-}
changedInput schema / properties / query / description
Previous value: -"JMESPath expression for client-side filtering/projection."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: -"Server-side substring search across location group attributes (forwarded to ZIA's ``search`` query parameter)."
removedInput schema / properties / search / title
Removed value: -"Search"
removedInput schema / properties / service
Removed value: -{
- "default": "zia",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"zia_list_location_groupsArguments"