addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / end_days_ago / description
Removed value: -"Days ago for end. Default: 2. Interval = start - end must be 7 or 14."
removedInput schema / properties / end_days_ago / title
Removed value: -"End Days Ago"
removedInput schema / properties / end_time / description
Removed value: -"ALTERNATIVE: End time as Unix epoch in MILLISECONDS."
removedInput schema / properties / end_time / title
Removed value: -"End Time"
removedInput schema / properties / limit / description
Removed value: -"Maximum number of protocol entries to return (1-1000)."
removedInput schema / properties / limit / title
Removed value: -"Limit"
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 / start_days_ago / description
Removed value: -"Days ago for start. Default: 9 (7-day interval). API needs 7 or 14 day intervals."
removedInput schema / properties / start_days_ago / title
Removed value: -"Start Days Ago"
removedInput schema / properties / start_time / description
Removed value: -"ALTERNATIVE: Start time as Unix epoch in MILLISECONDS."
removedInput schema / properties / start_time / title
Removed value: -"Start Time"
removedInput schema / properties / traffic_unit / description
Removed value: -"Traffic measurement unit. Values: TRANSACTIONS, BYTES"
removedInput schema / properties / traffic_unit / title
Removed value: -"Traffic Unit"
removedInput schema / title
Removed value: -"zins_get_web_protocolsArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zins_get_web_protocolsOutput",
- "type": "object"
-}New value: +null