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.
{
"source": "string",
"schema": "string",
"reference_host": {
"status": "string",
"host": "string",
"name": "string",
"summary": "Vapi.Std.LocalizableMessage Object"
}
}
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.
The configuration schema associated with the cluster.
This property was added in vSphere API 8.0.1.0.
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.