vmware_list_clusters
List VMware clusters with HA/DRS status, hosts, and aggregated CPU and memory capacity, output in markdown or JSON.
Instructions
Lists the clusters: HA/DRS, hosts, aggregated CPU/RAM capacity.
In json: {count, clusters:[{name, moid, hosts, ha_enabled, drs_enabled, drs_behavior, total_cpu_mhz, total_memory, effective_hosts}]}. In markdown: table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown (default, compact table) or json (full structure) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |