cross_vcenter_attention
View a single, globally ranked list of top issues across all vCenters. Gracefully aggregates health summaries, even if some targets are unreachable.
Instructions
[READ] "What needs attention now?" across EVERY configured vCenter — one list.
Rolls every configured target's cluster-health summary into a single, globally
ranked top_issues list (worst first, each tagged with its vcenter) plus a
per-target rollup — the "where do I look first, anywhere in the estate?" view.
Use this instead of calling cluster_health_summary once per target and merging
yourself. Aggregation happens in the tool; lead with top_issues and explain
in operational language.
Degrades gracefully: a target that cannot be reached (or errors mid-summary) is
listed under unreachable with a reason, and the rest still aggregate — so a
single dead vCenter never sinks the view. Point-in-time snapshot — no trending.
Args:
cluster_filter: Case-insensitive cluster substring applied to every target
(None = all clusters).
top_n: Cap the merged top_issues focus list (default 10). issues_total
reports the pre-cap count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| cluster_filter | No |