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": "Vapi.Std.LocalizableMessage Object"
    }
}
string
source
Optional

The source of this schema.

Possible values:

  • IMAGE_PROFILE: The schema was derived from a VLCM image profile.
  • HOST: The schema was extracted from a reference host.

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.