addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / category / description
Removed value: -"Filter by application category (substring match)."
removedInput schema / properties / category / title
Removed value: -"Category"
removedInput schema / properties / name / description
Removed value: -"Filter by application 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[?category=='Database'].{name: name, category: category}\"."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 / properties / sort_by / description
Removed value: -"Sort by field: 'name', 'category', 'creation_time', or 'modified_time'."
removedInput schema / properties / sort_by / title
Removed value: -"Sort By"
removedInput schema / properties / sort_order / description
Removed value: -"Sort order: 'ASC' or 'DESC'. Requires sort_by to be set."
removedInput schema / properties / sort_order / title
Removed value: -"Sort Order"
removedInput schema / title
Removed value: -"zms_list_app_catalogArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zms_list_app_catalogOutput",
- "type": "object"
-}New value: +null