site-health-timeline
Get a site's health timeline with device stability, reboot history, WAN uptime, and client counts in a single call, replacing up to five separate requests.
Instructions
Per-site health snapshot over a lookback window: devices with stability scores, reboots, WAN uptime, optional client count. Replaces 5+ sequential calls (devices + wan + reboots + clients). Caveats[] surfaces partial-data and API limitations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostName | Yes | Site host name (e.g. 'USM') | |
| lookbackDays | No | Window for reboot detection in days (1-90, default 7) | |
| 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. |