Mode APIs
The Mode service provides operations to manage the operating mode of a vCenter High Availability Cluster (VCHA Cluster).
Operations
GET
Get Vcha Cluster Mode
Retrieves the current mode of a VCHA cluster.
PUT
Set Cluster Mode Async
Manipulates the mode of a VCHA Cluster. Following mode transitions are allowed:
enabled -> disabled - Allowed only in healthy and degraded states.
enabled -> maintenance - Allowed only in healthy state.
disabled -> enabled - Allowed only in healthy state.
maintenance -> enabled - Allowed only in healthy state with all nodes are running the same version.
maintenance -> disabled - Allowed only in healthy state with all nodes are running the same version.
All other transitions are not allowed.
VCHA Cluster configuration remains intact in any of the cluster modes.