zins_get_web_traffic_by_location
Retrieve web traffic analytics aggregated by location, including optional time-series trend data, for 7- or 14-day historical windows.
Instructions
Get web traffic aggregated per location. Read-only analytics.
Each row is a location with its total transactions or bytes; pass
include_trend=True for the per-location time-series under trend. Window
must be a 7- or 14-day historical interval (see the time-window inputs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | 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. | |
| end_time | No | ||
| start_time | No | ||
| end_days_ago | No | ||
| traffic_unit | No | TRANSACTIONS | |
| include_trend | No | ||
| start_days_ago | No | ||
| trend_interval | No |