list-devices
Retrieve a list of all network devices, including switches, access points, gateways, and cameras, with optional filters for host ID or device type.
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. |