UniFi: Get Device Stats
unifi_get_device_statsGet current device telemetry: uptime, CPU, memory, load averages, uplink throughput, and per-radio retry rates, to assess health and troubleshoot performance issues.
Instructions
Get a device's latest telemetry: uptime, CPU and memory utilization, load averages, uplink throughput and per-radio transmit retry rates. This is the current snapshot the console holds, not a time series — there is no history endpoint in this API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Which site to act on. Accepts the site UUID, its `internalReference` (the legacy 8-character name, usually "default") or its display name ("Default") — all three are resolved for you, so a guess costs nothing. Defaults to UNIFI_SITE, or to the only site when this console has just one. `unifi_list_sites` shows all three for every site. | |
| deviceId | Yes | The device's `id` from `unifi_list_devices` — a UUID, NOT its MAC address and NOT its name. |