Settings_Clusters_Configuration_Drafts_ApplyResult

Settings_Clusters_Configuration_Drafts_ApplyResult
Settings_Clusters_Configuration_Drafts_ApplyResult

The Drafts.ApplyResult structure contains the result of committing a draft.

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

The ID of the commit created for this operation. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this structure as a result, the field 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. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.cis.task. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.cis.task.