cluster_info
Retrieve detailed vCenter cluster information including member hosts, HA/DRS settings, and resource capacity to verify configurations before changes.
Instructions
[READ] Get detailed cluster information: member hosts, HA/DRS config, resource capacity.
Read-only, no side effects. Use before cluster_add_host / cluster_remove_host (shows membership and per-host maintenance mode) and to verify cluster_configure changes.
Returns: Dict with name, host_count, hosts (each: name, connection_state, power_state, maintenance_mode), ha_enabled, ha_admission_control, drs_enabled, drs_behavior, total/effective CPU (MHz) and memory (GB). Errors return a dict with "error" + hint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact cluster name. | |
| target | No | vCenter target name from config.yaml; omit to use the default target. |