get_top_clients_by_usage
Solve bandwidth issues by listing top clients sorted by usage for specified sites or time ranges. Filter by site to identify the main consumers and take corrective action.
Instructions
Get top clients ranked by bandwidth usage.
Args: site_id: Filter by site ID. Empty for all. site_name: Filter by site name. Empty for all. start_at: Start time in RFC 3339 format (max 1 month range). end_at: End time in RFC 3339 format. limit: Maximum number of clients to return (1-100, default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_at | No | ||
| site_id | No | ||
| start_at | No | ||
| site_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |