Esx Settings Clusters Configuration AvailableValues PathInfo

Esx Settings Clusters Configuration AvailableValues PathInfo
Esx Settings Clusters Configuration AvailableValues PathInfo

The Esx Settings Clusters Configuration AvailableValues PathInfo schema contains available values for a path.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "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
    }
}
string
cluster_values
Optional

Available values for cluster configurations.

This property was added in vSphere API 9.1.0.0.

This property is optional and it is only relevant when the value of status is Esx Settings Clusters Configuration AvailableValues PathInfo Status.OK.

object
host_values
Optional

Available values per host for host specific configurations.

This property was added in vSphere API 9.1.0.0.

This property is optional and it is only relevant when the value of status is Esx Settings Clusters Configuration AvailableValues PathInfo Status.OK.

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.

string
status
Required

Status for an input path.

For more information see: Esx Settings Clusters Configuration AvailableValues PathInfo Status.

This property was added in vSphere API 9.1.0.0.

error
Optional

Notifications for an input path.

This property was added in vSphere API 9.1.0.0.

This property is optional and it is only relevant when the value of status is Esx Settings Clusters Configuration AvailableValues PathInfo Status.ERROR.