Esx.Settings.Hosts.Configuration.Drafts.UpdateSpec

Esx.Settings.Hosts.Configuration.Drafts.UpdateSpec
Esx.Settings.Hosts.Configuration.Drafts.UpdateSpec

The Esx.Settings.Hosts.Configuration.Drafts.UpdateSpec schema contains the new configuration for the draft.

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
{
    "expected_revision": 0,
    "config": "string"
}
integer As int64 As int64
expected_revision
Optional

When supplied, this revision value will be compared against the draft's current revision as returned in Esx.Settings.Hosts.Configuration.Drafts.Metadata.revision to ensure no other changes have been applied.

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

The new standalone host configuration for this draft, 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.