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.
{
"host_id_type": "string",
"hosts": [
"string"
],
"bios_uuids": [
"string"
],
"input_spec": "string"
}
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.
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.
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.
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.