Esx.Settings.Inventory.StageSpec

Esx.Settings.Inventory.StageSpec
Esx.Settings.Inventory.StageSpec

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

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "entities": {
        "type": "string",
        "hosts": [
            "string"
        ],
        "clusters": [
            "string"
        ],
        "folders": [
            "string"
        ],
        "datacenters": [
            "string"
        ]
    }
}
entities
Required

The entities containing the hosts to be staged.

This property was added in vSphere API 9.0.0.0.