Settings_Clusters_Configuration_ApplySpec

Settings_Clusters_Configuration_ApplySpec
Settings_Clusters_Configuration_ApplySpec

The Configuration.ApplySpec structure contains fields that describe the specification to be used for applying the desired configuration to a cluster.

JSON Example
{
    "commit": "string",
    "hosts": [
        "string"
    ],
    "apply_policy_spec": {
        "failure_action": {
            "action": "string",
            "retry_delay": 0,
            "retry_count": 0
        },
        "pre_remediation_power_action": "string",
        "enable_quick_boot": false,
        "disable_dpm": false,
        "disable_hac": false,
        "evacuate_offline_vms": false,
        "enforce_hcl_validation": false,
        "parallel_remediation_action": {
            "enabled": false,
            "max_hosts": 0
        },
        "enforce_quick_patch": false,
        "config_manager_policy_spec": {
            "serial_remediation": false
        }
    }
}
string
commit
Optional

The minimum commit identifier of the desired configuration to be used during the Configuration.apply operation. if unset or empty the apply operation will use the latest commit to fetch the desired configuration. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.commit.

array of string
hosts
Optional

The specific hosts within the cluster to be considered during the Configuration.apply operation. if unset or empty the Configuration.apply operation will remediate all hosts within the cluster. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem.

apply_policy_spec
Optional

The Effective.EffectivePolicySpec structure contains fields that describe the effective policies to be used when the software and configuration specification documents are applied to an ESXi cluster.