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