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. Only use if you need a specific timestamp. Overrides end_days_ago."
removedInput schema / properties / end_time / title
Removed value: -"End Time"
removedInput schema / properties / include_trend / description
Removed value: -"Include trend data showing traffic patterns over time."
removedInput schema / properties / include_trend / title
Removed value: -"Include Trend"
removedInput schema / properties / limit / description
Removed value: -"Maximum number of location 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 with end=2). API requires intervals of exactly 7 or 14 days. For 14-day use 16."
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. Only use if you need a specific timestamp. Overrides start_days_ago."
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 / properties / trend_interval / description
Removed value: -"Trend interval for time series data. Values: DAY, HOUR. Only applicable when include_trend=True."
removedInput schema / properties / trend_interval / title
Removed value: -"Trend Interval"
removedInput schema / title
Removed value: -"zins_get_web_traffic_by_locationArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zins_get_web_traffic_by_locationOutput",
- "type": "object"
-}New value: +null