s1_estate_overview
Get estate-wide endpoint health grouped by site: agent counts, online/offline, infected, pending updates, reboot-required, stale agents, and OS breakdown. Ideal for MSP health and AV reporting.
Instructions
Estate-wide endpoint health overview grouped by site — one call answers "what is the state of every client's endpoints?". Sweeps all agents server-side and returns a table per site: agent count, online/offline, infected, agents needing an update, reboot-required, stale agents (not seen for N days) and OS breakdown. This is the primary tool for MSP health/AV reporting. Use s1_agents to drill into the individual machines afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_ids | No | Optionally restrict the sweep to comma-separated site IDs. Default: whole estate. | |
| max_agents | No | Safety cap on agents to sweep (default 10000) | |
| stale_days | No | Agents not active for more than this many days are counted as stale (default 30) |