Esx.Settings.Hosts.Configuration.SchemaResult

Esx.Settings.Hosts.Configuration.SchemaResult
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.

JSON Example
{
    "source": "string",
    "schema": "string",
    "reference_host": {
        "status": "string",
        "host": "string",
        "name": "string",
        "summary": "Vapi.Std.LocalizableMessage Object"
    }
}
string
source
Required

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.

string
schema
Required

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.

reference_host
Optional

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.