site-health-timeline
Aggregates a per-site health snapshot including device stability, reboot count, WAN uptime, and optional client count over a lookback window, replacing five or more sequential API calls.
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. |