Esx.Settings.Hosts.Configuration.SchemaResult
The Esx.Settings.Hosts.Configuration.SchemaResult schema contains properties that describe the configuration schema associated with the standalone host.
Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
{
"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.Hosts.Configuration.SchemaResult.Source.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
The configuration schema associated with the standalone host.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
If the source of this schema was a reference, this field will be populated with the current status of the host.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
This property is optional and it is only relevant when the value of source is Esx.Settings.Hosts.Configuration.SchemaResult.Source.HOST.