cluster_configure
Reconfigure cluster HA and DRS settings by enabling or disabling them and setting DRS automation level. Pass only fields to change; unspecified settings remain unchanged.
Instructions
[WRITE] Reconfigure cluster HA/DRS settings.
Returns a status string naming what changed. Pass only the fields to change; None leaves a setting untouched — then verify with cluster_info. drs_behavior applies only when DRS is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ha | No | Enable (True) or disable (False) HA, or None to leave unchanged. | |
| drs | No | Enable (True) or disable (False) DRS, or None to leave unchanged. | |
| name | Yes | Cluster name. | |
| target | No | Optional vCenter target name from config. | |
| drs_behavior | No | DRS behavior: "fullyAutomated", "partiallyAutomated", or "manual". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |