Esx.Settings.Clusters.Software.Drafts.CheckSpec

Esx.Settings.Clusters.Software.Drafts.CheckSpec
Esx.Settings.Clusters.Software.Drafts.CheckSpec

The Esx.Settings.Clusters.Software.Drafts.CheckSpec schema contains properties that describe the specification to be used for running checks on a given draft and cluster as part of the operation.

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
{
    "hosts": [
        "string"
    ]
}
array of string
hosts
Optional

The specific hosts for which checks need to be performed.

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 or empty checks are run for all hosts within the cluster.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.