Esx.Settings.Clusters.Configuration.Drafts.ApplyResult

Esx.Settings.Clusters.Configuration.Drafts.ApplyResult
Esx.Settings.Clusters.Configuration.Drafts.ApplyResult

The Esx.Settings.Clusters.Configuration.Drafts.ApplyResult schema contains the result of committing a draft.

This schema was added in vSphere API 8.0.2.0.

JSON Example
{
    "commit": "string",
    "apply_task": "string"
}
string
commit
Required

The ID of the commit created for this operation.

This property was added in vSphere API 8.0.2.0.

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

If the cluster is not empty, this will be set to the ID of the Apply task.

This property was added in vSphere API 8.0.2.0.

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.