addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / locale
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Locale for localized descriptions. Supported: 'en-US', 'de-DE', 'es-ES', 'fr-FR', 'ja-JP', 'zh-CN'.",
- "title": "Locale"
-}
removedInput schema / properties / name / description
Removed value: -"Case-insensitive substring match on the network service's `name` field. Resolved client-side AFTER fetching the full service catalog, so 'http', 'HTTP', and 'Http' all match the predefined `HTTP` service. Use this when the admin gives a literal service name in any casing (e.g. 'http', 'ftp', 'dns') and you just need to find its ID. Recommended for find-by-name workflows over `search` (which is server-side and case-sensitive against the canonical uppercase names)."
removedInput schema / properties / name / title
Removed value: -"Name"
removedInput schema / properties / protocol / description
Removed value: -"Filter by protocol. Supported values: 'ICMP', 'TCP', 'UDP', 'GRE', 'ESP', 'OTHER'."
removedInput schema / properties / protocol / title
Removed value: -"Protocol"
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 / search / description
Removed value: -"Server-side query forwarded to the ZIA list_network_services endpoint. Matches against name and description, but is effectively case-sensitive against ZIA's canonical uppercase service names — so `search='http'` will NOT match the predefined `HTTP` service. Prefer `name` for case-insensitive lookups; use `search` only when you need server-side semantics."
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_network_servicesArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zia_list_network_servicesOutput",
- "type": "object"
-}New value: +null