Settings_Clusters_Configuration_AuditRecords_OperationDetails

Settings_Clusters_Configuration_AuditRecords_OperationDetails
Settings_Clusters_Configuration_AuditRecords_OperationDetails

The AuditRecords.OperationDetails structure contains Operation Details of an operation

JSON Example
{
    "error": {},
    "task_id": "string",
    "draft_id": "string",
    "cancelled": false
}
object
error
Optional

Error occurred during the operation error shall only be set if configmanager operation is a task

string
task_id
Optional

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.

string
draft_id
Optional

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.

boolean
cancelled
Optional

Indicates if the operation was cancelled cancelled shall only be set if configmanager operation is a task