Esx.Settings.ClusterSoftwarePolicySpecResetInfo

Esx.Settings.ClusterSoftwarePolicySpecResetInfo
Esx.Settings.ClusterSoftwarePolicySpecResetInfo

This Esx.Settings.ClusterSoftwarePolicySpecResetInfo schema contains properties that describes the outcome when the settings that govern the POST /esx/settings/clusters/{cluster}/software?action=apply API behaviour are reset.

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

JSON Example
{
    "from": {
        "enforce_hcl_validation": false,
        "parallel_remediation_action": {
            "enabled": false,
            "max_hosts": 0
        },
        "live_patch_action": {
            "live_patch_mode": "string"
        },
        "skip_reserved_vibs_caching": false,
        "remediation_failure_tolerance": {
            "failed_hosts_tolerance_percentage_enabled": false,
            "failed_hosts_tolerance_percentage": 0
        }
    },
    "to": {
        "enforce_hcl_validation": false,
        "parallel_remediation_action": {
            "enabled": false,
            "max_hosts": 0
        },
        "live_patch_action": {
            "live_patch_mode": "string"
        },
        "skip_reserved_vibs_caching": false,
        "remediation_failure_tolerance": {
            "failed_hosts_tolerance_percentage_enabled": false,
            "failed_hosts_tolerance_percentage": 0
        }
    }
}
from
Required

The configured values of Esx.Settings.Clusters.Policies.Apply.ConfiguredPolicySpec.software_policy_spec.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

to
Required

The values of Esx.Settings.Clusters.Policies.Apply.ConfiguredPolicySpec.software_policy_spec when the configured value is reset.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.