Esx.Settings.Hosts.Configuration.Info

Esx.Settings.Hosts.Configuration.Info
Esx.Settings.Hosts.Configuration.Info

The Esx.Settings.Hosts.Configuration.Info schema defines the information about configuration commit.

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
{
    "metadata": {
        "id": "string",
        "author": "string",
        "creation_time": "string"
    },
    "host_info": {
        "name": "string",
        "is_vsan_witness": false
    },
    "config": "string"
}
metadata
Required

Metadata about the configuration commit.

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.

host_info
Required

Information about 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.

string
config
Required

Configuration specification associated with the commit, encoded as JSON.

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.