get_top_aps
Get access points ranked by bandwidth consumption. Specify time range, usage type (wireless/wired/total), and site ID.
Instructions
Get top access points ranked by bandwidth usage over a time range.
Returns a ranked list of APs sorted by descending bandwidth consumption.
Args: usage_type: "wireless" (Wi-Fi traffic), "wired" (uplink traffic), or "total" (wireless + wired combined). Default: "total". site_id: Filter by site ID. Empty for all sites. limit: Maximum number of APs to return (1-25, default 10). start_at: Start time in RFC 3339 format (e.g. "2025-01-01T00:00:00Z"). Max 30 days range. Defaults to 24 hours ago if omitted. end_at: End time in RFC 3339 format. Defaults to current time if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_at | No | ||
| site_id | No | ||
| start_at | No | ||
| usage_type | No | total |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |