unifi_list_devices
List UniFi network devices (switches, access points, gateways) with optional filtering by device type and pagination.
Instructions
List all UniFi devices (switches, APs, gateways) with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (1-indexed) | |
| limit | No | Maximum number of items to return (v1 pagination) | |
| filter | No | Filter expression for v1 API | |
| offset | No | Number of items to skip (v1 pagination) | |
| page_size | No | Number of devices per page | |
| device_type | No | Filter by device type (all, switch, ap, gateway) | all |