uisp_list_devices
List network devices with hostname, IP, MAC, status, and parent site. Filter by site, type, role, or authorization to identify devices and retrieve IDs for further inspection.
Instructions
List devices (hostname/IP/MAC, status, parent site), optionally filtered by site/type/role/authorization. Each device's id chains into uisp_get_device, uisp_get_device_detail, uisp_get_device_statistics, and uisp_list_device_interfaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter by device role. | |
| type | No | Filter by device type. | |
| siteId | No | Filter to devices at this site (from uisp_list_sites). | |
| authorized | No | Filter to authorized (true) or pending-authorization (false) devices. | |
| withInterfaces | No | Include each device's interfaces in the response. |