Esx.Settings.HostSoftwarePolicySpecResetInfo

Esx.Settings.HostSoftwarePolicySpecResetInfo
Esx.Settings.HostSoftwarePolicySpecResetInfo

This Esx.Settings.HostSoftwarePolicySpecResetInfo schema contains properties that describes the outcome when the configured settings that govern the software behaviour in the POST /esx/settings/hosts/{host}/software?action=apply API 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": {
        "skip_reserved_vibs_caching": false
    },
    "to": {
        "skip_reserved_vibs_caching": false
    }
}
from
Required

The configured values of Esx.Settings.Hosts.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.Hosts.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.