Esx.Settings.Hosts.Configuration.ApplySpec

Esx.Settings.Hosts.Configuration.ApplySpec
Esx.Settings.Hosts.Configuration.ApplySpec

The Esx.Settings.Hosts.Configuration.ApplySpec schema contains properties that describe the specification to be used for applying the desired configuration to a standalone host.

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
{
    "commit": "string",
    "apply_policy_spec": {
        "failure_action": {
            "action": "string",
            "retry_delay": 0,
            "retry_count": 0
        },
        "pre_remediation_power_action": "string",
        "enable_quick_boot": false,
        "software_policy_spec": {
            "skip_reserved_vibs_caching": false
        }
    }
}
string
commit
Optional

The minimum commit identifier of the desired configuration to be used during the POST /esx/settings/hosts/{host}/configuration?action=apply operation.

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.

if missing or null or empty the apply operation will use the latest commit to fetch the desired configuration.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.commit.

apply_policy_spec
Optional

The parameter can be used to override the default remediation policies for the task.

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.

if missing or null the default host remediation policies are used.