cross_vcenter_attention
Aggregate and rank cluster-health issues across every configured vCenter into one prioritized list, tagged by source vCenter. Unreachable targets are reported separately with reasons while remaining issues still aggregate.
Instructions
[READ] "What needs attention now?" across EVERY configured vCenter — one list.
Start here when the estate has more than one vCenter. Rolls every configured
target's cluster-health summary into one globally ranked top_issues list
(worst first, each tagged with its vcenter) plus a per-target rollup. Use
this instead of calling cluster_health_summary once per target and merging
yourself. Returns a rollup, not the list envelope; lead with top_issues.
Degrades gracefully: an unreachable target is listed under unreachable
with a reason and the rest still aggregate. Point-in-time — no trending.
Then drill in with vm_investigation_bundle, host_investigation_bundle or
datastore_investigation_bundle against the vcenter the issue names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Cap the merged top_issues list (default 10); ``issues_total`` is the pre-cap count. | |
| cluster_filter | No | Case-insensitive cluster substring applied to every target (None = all clusters). |