list_site_devices
List all adopted UniFi devices for a site, with optional server-side filtering and pagination to get the complete inventory.
Instructions
List all adopted devices for a site via connector proxy.
host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID.
By default every page is drained and the complete device list is returned.
offset/limit: fetch a single page manually (the API's totalCount is
surfaced so you can advance). filter: optional Network Integration API
filter expression, forwarded unchanged as the upstream filter query
parameter for server-side filtering (e.g. state.eq('ONLINE'),
model.eq('U6 Pro')); omitted entirely when unset. A capped drain returns
the devices gathered so far with incomplete=true rather than truncating
silently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| site | Yes | ||
| limit | No | ||
| filter | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||