Get Clusters Policies Apply Effective
Released in v7.0.0 DescriptionReturns the effective apply policy based on system defaults and what has been configured for the cluster. if you do not have all of the privileges described as follows: - Operation execution requires VcIntegrity.lifecycleSettings.Read. - The resource ClusterComputeResource referenced by the parameter cluster requires VcIntegrity.lifecycleSettings.Read.
Request
URLURL
Parameters
Parameters
Header Parameters
Header Parameters
vmware-api-session-id Example
b00db39f948d13ea1e59b4d6fce56389
Response
Response BodyResponse Body
The effective policies that impact the apply operation on this cluster.
{
"disable_dpm": false,
"disable_hac": false,
"enable_quick_boot": false,
"enforce_hcl_validation": false,
"evacuate_offline_vms": false,
"failure_action": {
"action": "enum",
"retry_count": 0,
"retry_delay": 0
},
"pre_remediation_power_action": "enum"
}
Disable DPM on the cluster.
Disable HA Admission control on the cluster.
Enable Quick Boot during remediation in the cluster.
Evacuate powered off/suspended VMs when attempting maintenance mode.
What action is to be taken if entering maintenance mode fails on a given host of the cluster.
Specifies what should be done to the power state of the VM before entering maintenance mode.
Possible values are:
Enforce Hcl validation, when applicable, to prevent remediation if hardware compatibility issues are found. This field is optional because it was added in a newer version than its parent node.