Esx.Settings.Inventory.ApplySpec

Esx.Settings.Inventory.ApplySpec
Esx.Settings.Inventory.ApplySpec

The Esx.Settings.Inventory.ApplySpec schema contains properties that describe the specification to be used for applying the desired software specification to a group of inventories.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "accept_eula": false,
    "entities": {
        "type": "string",
        "hosts": [
            "string"
        ],
        "clusters": [
            "string"
        ],
        "folders": [
            "string"
        ],
        "datacenters": [
            "string"
        ]
    }
}
boolean
accept_eula
Optional

Accept the VMware End User License Agreement (EULA) before starting the com.vmware.esx.settings.repository.Inventory#apply operation.

The VMware EULA is available for download at, https://www.vmware.com/download/eula.html

This property was added in vSphere API 9.0.0.0.

if missing or null the com.vmware.esx.settings.repository.Inventory#apply operation could fail due to the EULA not being accepted.

entities
Required

The entities containing the hosts to be remediated.

This property was added in vSphere API 9.0.0.0.