list_top_talkers
list_top_talkers
Section titled “list_top_talkers”List top clients by total bytes (DPI by-station report).
Side effects: None (read-only).
Returns one record per client ranked by total_bytes descending,
with mac, hostname, ip, tx_bytes, rx_bytes, and
total_bytes.
Example
Section titled “Example”list_top_talkers(limit=10)Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | no | 10 | Max number of clients to return (default 10, max 1000). |
controller | string | no | ”default” | Name of the UniFi controller to target. Defaults to "default". |