Esx Settings Clusters Configuration AvailableValues PathSpec

Esx Settings Clusters Configuration AvailableValues PathSpec
Esx Settings Clusters Configuration AvailableValues PathSpec

The Esx Settings Clusters Configuration AvailableValues PathSpec schema contains properties that describe the input for path for which available values need to be computed.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "host_id_type": "string",
    "hosts": [
        "string"
    ],
    "bios_uuids": [
        "string"
    ],
    "input_spec": "string"
}
string
host_id_type
Optional

Type of host ID.

For more information see: Esx Settings Clusters Configuration AvailableValues PathSpec HostIdType.

This property was added in vSphere API 9.1.0.0.

This field is set only for host specific paths to specify the type of host ID, either host moId or BIOS UUID.

array of string
hosts
Optional

List of host moids

This property was added in vSphere API 9.1.0.0.

This field is set to specify host moids in the cluster for which available values need to be computed for a path that represents host specific config.

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.

array of string
bios_uuids
Optional

List of host BIOS UUIDs

This property was added in vSphere API 9.1.0.0.

This field is set to specify BIOS UUIDs in the cluster for which available values need to be computed for a path that represents host specific config.

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.

string
input_spec
Optional

Input spec, encoded as JSON.

This property was added in vSphere API 9.1.0.0.

This field is set to provide a input spec that shall be used to compute available values for given path.