list_devices
List all UniFi network devices to view details including model, firmware, IP, MAC address, status, and uptime. Filter by host IDs or paginate through results.
Instructions
List all UniFi network devices (access points, switches, gateways, etc.).
Returns device details including model, firmware, IP, MAC address, status, and uptime. Can be filtered by specific hosts.
Args: host_ids: Optional list of host IDs to filter devices by specific hosts. time: Optional ISO 8601 timestamp to filter by last update time. page_size: Number of items per page (default 25). next_token: Pagination token from a previous response to get the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | ||
| host_ids | No | ||
| page_size | No | ||
| next_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |