get_all_sites_health
Retrieve a health snapshot for every site managed by a single UniFi console. Get status, score, and key counts per site in one call.
Instructions
Return a health overview for every site managed by one UniFi console.
Read-only operation: it walks each site on the targeted console and returns a compact health snapshot per site (status, score, and key counts). Unlike get_global_health, this stays within a single console; unlike get_site_health, it covers all sites at once rather than one. Use get_global_health when you need cross-console aggregation; prefer get_site_health when you want full per-subsystem detail for a single named site.
Args: device: Optional console/device name to target a specific UniFi console; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Optional console/device name to target a specific UniFi console; omit to use the default. |