mist_get_inventory
Search device inventory in an organization. Filter by device type, status, site, or name and return matching devices.
Instructions
Search device inventory in an organization.
Returns devices from the organization inventory that match the specified filters. Supports filtering by device type, status, site, and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization name (must be configured in .env). | |
| name | No | Partial name match filter. | |
| type | No | Device type filter - "ap" (access point), "gateway", or "switch". | |
| limit | No | Maximum number of devices to return (default: 100). | |
| offset | No | Pagination offset (default: 0). | |
| status | No | Device status filter - "online", "offline", or "provisioned". | |
| site_id | No | Filter by specific site ID (UUID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||