addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / department_id / description
Removed value: -"Filter by department ID(s)."
removedInput schema / properties / department_id / title
Removed value: -"Department Id"
removedInput schema / properties / device_ids / description
Removed value: -"Filter by device ID(s)."
removedInput schema / properties / device_ids / title
Removed value: -"Device Ids"
removedInput schema / properties / geo_id / description
Removed value: -"Filter by geolocation ID(s)."
removedInput schema / properties / geo_id / title
Removed value: -"Geo Id"
removedInput schema / properties / location_id / description
Removed value: -"Filter by location ID(s)."
removedInput schema / properties / location_id / title
Removed value: -"Location Id"
addedInput schema / properties / query
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "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 / service
Removed value: -{
- "default": "zdx",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / properties / software_key / description
Removed value: -"The software name and version key."
removedInput schema / properties / software_key / title
Removed value: -"Software Key"
removedInput schema / properties / user_ids / description
Removed value: -"Filter by user ID(s)."
removedInput schema / properties / user_ids / title
Removed value: -"User Ids"
removedInput schema / title
Removed value: -"zdx_get_software_detailsArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zdx_get_software_detailsOutput",
- "type": "object"
-}New value: +null