Esx.Settings.Hosts.Configuration.Drafts.Metadata

Esx.Settings.Hosts.Configuration.Drafts.Metadata
Esx.Settings.Hosts.Configuration.Drafts.Metadata

The Esx.Settings.Hosts.Configuration.Drafts.Metadata schema defines the metadata information about configuration 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
{
    "id": "string",
    "parent_id": "string",
    "owner": "string",
    "state": "string",
    "revision": 0,
    "creation_time": "string",
    "modified_time": "string",
    "precheck_task": "string"
}
string
id
Required

The draft identifier

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.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.draft. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.draft.

string
parent_id
Required

The identifier of the parent 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.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.commit.

string
owner
Required

Owner of the configuration draft.

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
state
Required

State of the configuration draft.

Possible values:

  • VALID: Configuration draft is valid.
  • INVALID: Configuration draft is invalid.

For more information see: Esx.Settings.Hosts.Configuration.Drafts.State.

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.

integer As int64 As int64
revision
Required

The current revision of this draft. Any updates to the draft will increment this value. This value should be included in calls to POST /esx/settings/hosts/{host}/configuration/drafts/{draft}?action=update so that concurrent changes can be detected.

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 As date-time As date-time
creation_time
Required

Creation time of the configuration draft.

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 As date-time As date-time
modified_time
Required

Last modified time of the configuration draft.

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
precheck_task
Optional

The ID of the precheck task that was last run for this draft.

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 field is missing or null if precheck has not been done since the last modification.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.task. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.task.