generate_health_report
Generate a Markdown network health report: device totals, online/offline counts, offline AP list, per-site breakdown, and optional client count.
Instructions
Generate a network health report as Markdown: device totals, online/offline counts, offline AP list, and per-site breakdown. The user can then save it as a file. Set include_clients=false to skip the (slower) org-wide client count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Mist organization id (optional). | |
| include_clients | No | Include the org-wide wireless client count (default true). |