addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / include_all / description
Removed value: -"Include or exclude Cloud Browser Isolation (CBI) devices. When True, CBI devices are included in the results. Default is True."
removedInput schema / properties / include_all / title
Removed value: -"Include All"
removedInput schema / properties / name / description
Removed value: -"Filter devices by name prefix (starts-with match). For example, 'Windows' matches 'Windows-PC-001', 'Windows-Laptop', etc."
removedInput schema / properties / name / title
Removed value: -"Name"
removedInput schema / properties / page / description
Removed value: -"Page number for pagination (1-based). Use with page_size to retrieve large device lists in chunks. Default starts at page 1."
removedInput schema / properties / page / title
Removed value: -"Page"
removedInput schema / properties / page_size / description
Removed value: -"Number of devices per page. Default is 100, maximum is 1000. Use smaller values for faster responses, larger for fewer API calls."
removedInput schema / properties / page_size / title
Removed value: -"Page Size"
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 / service
Removed value: -{
- "default": "zia",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
changedInput schema / properties / user_ids / anyOf
Previous value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / user_ids / description
Removed value: -"Filter devices by specific user IDs. Accepts a JSON array string or Python list of user ID strings. Example: '[\"12345\", \"67890\"]' or [\"12345\", \"67890\"]. Use zia_list_users to find user IDs."
removedInput schema / properties / user_ids / title
Removed value: -"User Ids"
removedInput schema / title
Removed value: -"zia_list_devicesArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zia_list_devicesOutput",
- "type": "object"
-}New value: +null