zins_get_web_traffic_no_grouping
Fetches aggregate web traffic volume metrics (bandwidth and transactions) without grouping, enabling analysis of total internet usage over specified time ranges.
Instructions
Provides total web traffic volume metrics without grouping, including aggregate bandwidth and overall web usage statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_days_ago | No | Days ago for start. Default: 9 (7-day interval). API requires intervals of exactly 7 or 14 days. | |
| end_days_ago | No | Days ago for end. Default: 2. Interval = start - end must be 7 or 14. | |
| start_time | No | ALTERNATIVE: Start time as Unix epoch in MILLISECONDS. | |
| end_time | No | ALTERNATIVE: End time as Unix epoch in MILLISECONDS. | |
| traffic_unit | No | Traffic measurement unit. Values: TRANSACTIONS, BYTES | TRANSACTIONS |
| dlp_engine_filter | No | Filter by DLP engine. Values: ANY, NONE, HIPAA, CYBER_BULLY_ENG, GLBA, PCI, OFFENSIVE_LANGUAGE, EXTERNAL | |
| action_filter | No | Filter by action taken. Values: ALLOW, BLOCK | |
| include_trend | No | Include trend data showing traffic patterns over time. | |
| trend_interval | No | Trend interval for time series data. Values: DAY, HOUR. Only applicable when include_trend=True. | |
| limit | No | Maximum number of entries to return (1-1000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |