Settings_Clusters_Configuration_AuditRecords_OperationDetails
The AuditRecords.OperationDetails structure contains Operation Details of an operation
{
"error": {},
"task_id": "string",
"draft_id": "string",
"cancelled": false
}
Error occurred during the operation error shall only be set if configmanager operation is a task
TaskId of the operation taskId shall only be set if configmanager operation is a 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.
Draft ID of the draft operation draftId shall only be set if this is an operaton on draft 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.draft. 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.draft.
Indicates if the operation was cancelled cancelled shall only be set if configmanager operation is a task