get_traffic_analytics
Generate aggregated traffic analytics from OCI Load Balancer logs, grouping by country, IP, or time range to identify patterns and troubleshoot performance issues.
Instructions
Get aggregated traffic statistics from OCI Load Balancer logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| group_by | No | country | |
| time_range | No | 24h |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_isps | Yes | ||
| top_items | Yes | ||
| time_range | Yes | ||
| unique_ips | Yes | ||
| total_requests | Yes | ||
| unique_countries | Yes | ||
| protocol_distribution | Yes |