Esx Settings Clusters Configuration SchemaResult

Esx Settings Clusters Configuration SchemaResult
Esx Settings Clusters Configuration SchemaResult

The Esx Settings Clusters Configuration SchemaResult schema contains properties that describe the configuration schema associated with the cluster.

This schema was added in vSphere API 8.0.1.0.

JSON Example
{
    "source": "string",
    "schema": "string",
    "reference_host": {
        "status": "string",
        "host": "string",
        "name": "string",
        "summary": {
            "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"
        }
    }
}
string
source
Optional

The source of this schema.

For more information see: Esx Settings Clusters Configuration SchemaResult Source.

This property was added in vSphere API 8.0.3.0.

This property is optional because it was added in a newer version than its parent node.

string
schema
Required

The configuration schema associated with the cluster.

This property was added in vSphere API 8.0.1.0.

reference_host
Optional

If the source of this schema was a reference, this field will be populated with the current status of the host.

This property was added in vSphere API 8.0.3.0.

This property is optional and it is only relevant when the value of source is Esx Settings Clusters Configuration SchemaResult Source.HOST.