addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / microtenant_id / description
Removed value: -"Microtenant ID for scoping."
removedInput schema / properties / microtenant_id / title
Removed value: -"Microtenant Id"
addedInput schema / properties / page
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedInput schema / properties / page_size
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
changedInput schema / properties / query / description
Previous value: -"JMESPath expression for client-side filtering/projection of results."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 / query_params
Removed value: -{
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Optional query parameters for filtering, searching, or pagination.",
- "title": "Query Params"
-}
addedInput schema / properties / search
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
removedInput schema / properties / service
Removed value: -{
- "default": "zpa",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"zpa_list_service_edge_groupsArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zpa_list_service_edge_groupsOutput",
- "type": "object"
-}New value: +null