list_devices
List all adopted UniFi devices including APs, switches, and gateways. Filter by state, model, or name to assess fleet health and identify offline or outdated firmware.
Instructions
List all adopted UniFi devices (APs, switches, gateways, etc.) with their state, firmware version, model, IP, and MAC. Use this to assess fleet health: look for OFFLINE devices, firmware that needs updating (firmwareUpdatable=true), and feature/interface differences across your deployment. Determine each device's role from its features: switching+accessPoint = gateway combo (UDM/UDR/UXG), accessPoint only = AP, switching only = switch. Supports filtering — e.g. filter="state.eq('OFFLINE')" to find down devices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | UniFi filter expression. Examples: state.eq('OFFLINE'), name.like('AP*'), model.eq('U6LR') | |
| limit | No | Max results per page (default 200) |