Esx.Settings.Hosts.Configuration.Drafts.ApplySpec

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

The Esx.Settings.Hosts.Configuration.Drafts.ApplySpec schema contains properties that are used to create a new commit.

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
{
    "message": "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
message
Optional

Message to include with the commit.

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, message is set to empty string.

apply_policy_spec
Optional

The parameter can be used to override the default remediation policies for the apply 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 standalone host remediation policies are used.