cluster_health_summary
Get a one-glance health rollup across clusters: see host, VM, CPU/memory, alarm, and datastore issues ranked by severity. Quickly triage what's wrong now.
Instructions
[READ] One-glance health rollup for every cluster — "is anything on fire?".
Aggregates hosts, VM power state, live CPU/memory pressure, triggered alarms and
datastores thin-provisioned past 100% of capacity per cluster, assigns each a
status ("ok"/"warn"/"critical"), and flattens the anomalies into a ranked
top_issues focus list — the fast triage view for "what's wrong right now?".
Read-only (delegates to the vmware-monitor library).
Use it FIRST for a cross-cluster glance, then drill in with
vm_investigation_bundle or host_investigation_bundle.
Returns {totals, top_issues, issues_total, clusters, snapshot,
customization_hint}. Lead with top_issues (worst first, each with a
drill-down hint), clusters as context, customization_hint last.
Point-in-time — no trending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Cap the top_issues focus list (default 10; 0 hides it). | |
| target | No | Optional vCenter/ESXi target name from config. Uses default if omitted. | |
| include_vms | No | Roll up VM power counts (default True). False skips the VM pass on very large fleets. | |
| cluster_filter | No | Case-insensitive substring to show only matching clusters. |