Esx.Settings.Clusters.Policies.ConfigManagerPolicySpecResetInfo
Esx.Settings.Clusters.Policies.ConfigManagerPolicySpecResetInfo
Describes the outcome when the settings that govern the POST /esx/settings/clusters/{cluster}/configuration?action=apply API behaviour are reset.
This schema was added in vSphere API 8.0.3.0.
JSON Example
{
"from": {
"serial_remediation": false,
"auto_remediate_on_host_add": false
},
"to": {
"serial_remediation": false,
"auto_remediate_on_host_add": false
}
}
from
Required
The configured values of the com.vmware.esx.settings.clusters.policies.Apply.ConfigManagerPolicySpec.
This property was added in vSphere API 8.0.3.0.
to
Required
The values of the com.vmware.esx.settings.clusters.policies.Apply.ConfigManagerPolicySpec for when the configured value is reset.
This property was added in vSphere API 8.0.3.0.