uisp_list_sites
Retrieves UISP network sites, endpoints, and clients with filters by type, IP, device, or UCRM link, optionally including UCRM details.
Instructions
List sites (network locations - sites, endpoints, and clients - each optionally tied to a UCRM client/service record). Each site's id chains into uisp_get_site, uisp_list_site_clients, uisp_list_devices (siteId filter), and uisp_get_site_statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter to specific site IDs. | |
| ip | No | Filter to the site whose endpoint has this IP address. | |
| type | No | Filter by site type. | |
| ucrm | No | Only return sites linked to a UCRM client/service record. | |
| deviceId | No | Filter to the site containing this device ID. | |
| ucrmDetails | No | Include the linked UCRM client/service detail. |