list-devices
Retrieve all UniFi network devices across hosts, with optional filtering by host ID or device type. Extract specific fields to reduce response size.
Instructions
List all devices across hosts (switches, APs, gateways, cameras)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostId | No | Filter by host ID | |
| type | No | Filter by device type (e.g., 'uap', 'usw', 'ugw') | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |