UniFi: Get Device
unifi_get_deviceGet full details for one adopted UniFi device by its ID, including features, interfaces, uplink, and adoption timestamps.
Instructions
Get one adopted device in full, including its features, interfaces, uplink and adoption timestamps — everything unifi_list_devices trims away.
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. |