UniFi: Get Device Stats
unifi_get_device_statsGet a UniFi device's current health snapshot: uptime, CPU/memory utilization, load averages, uplink throughput, and per-radio retry rates. No history endpoint; this is the console's current state.
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. |