Esx.Settings.Clusters.Configuration.AvailableValues.Info

Esx.Settings.Clusters.Configuration.AvailableValues.Info
Esx.Settings.Clusters.Configuration.AvailableValues.Info

The Esx.Settings.Clusters.Configuration.AvailableValues.Info schema contains available values for each input path passed to getAvailableValues API.

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
{
    "results": {
        "results": {
            "cluster_values": "string",
            "host_values": {
                "host_values": "string"
            },
            "status": "string",
            "error": {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": "Vapi.Std.LocalizableMessage Object",
                "resolution": "Vapi.Std.LocalizableMessage Object",
                "originator": "string",
                "retriable": false
            }
        }
    },
    "hosts": {
        "hosts": {
            "name": "string",
            "is_vsan_witness": false
        }
    }
}
object
results
Required

Contains available values for each input path

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.

object
hosts
Required

A mapping of BIOS UUID to the details of the host

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.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: HostSystem.