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.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "results": {
        "results": {
            "cluster_values": "string",
            "host_values": {
                "host_values": "string"
            },
            "status": "string",
            "error": {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                },
                "resolution": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                },
                "originator": "string",
                "retriable": false
            }
        }
    },
    "hosts": {
        "hosts": {
            "name": "string",
            "is_vsan_witness": false
        }
    },
    "bios_uuid_to_host_id_map": {
        "bios_uuid_to_host_id_map": "string"
    }
}
object
results
Required

Contains available values for each input path

This property was added in vSphere API 9.1.0.0.

object
hosts
Required

A mapping of BIOS UUID to the details of the host

This property was added in vSphere API 9.1.0.0.

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.

object
bios_uuid_to_host_id_map
Required

A mapping of BIOS UUID to host moId

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the value 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 value in the property map will be an identifier for the resource type: HostSystem.