Settings_Clusters_Configuration_Drafts_ApplySpec
Settings_Clusters_Configuration_Drafts_ApplySpec
The Drafts.ApplySpec structure contains fields that are used to create a new commit.
JSON Example
{
"message": "string",
"apply_policy_spec": {
"failure_action": {
"action": "string",
"retry_delay": 0,
"retry_count": 0
},
"pre_remediation_power_action": "string",
"enable_quick_boot": false,
"disable_dpm": false,
"disable_hac": false,
"evacuate_offline_vms": false,
"enforce_hcl_validation": false,
"parallel_remediation_action": {
"enabled": false,
"max_hosts": 0
}
}
}
string
message
Optional
Message to include with the commit. If unset, message is set to empty string.
apply_policy_spec
Optional
The Effective.EffectivePolicySpec structure contains fields that describe the effective policies to be used when the software and configuration specification documents are applied to an ESXi cluster.