Esx.Settings.Clusters.Configuration.AuditRecords.OperationDetails

Esx.Settings.Clusters.Configuration.AuditRecords.OperationDetails
Esx.Settings.Clusters.Configuration.AuditRecords.OperationDetails

The Esx.Settings.Clusters.Configuration.AuditRecords.OperationDetails schema contains Operation Details of an operation

This schema was added in vSphere API 8.0.2.0.

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

Error occurred during the operation

This property was added in vSphere API 8.0.2.0.

error shall only be set if configmanager operation is a task

string
task_id
Optional

TaskId of the operation

This property was added in vSphere API 8.0.2.0.

taskId shall only be set if configmanager operation is a task

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.

string
draft_id
Optional

Draft ID of the draft operation

This property was added in vSphere API 8.0.2.0.

draftId shall only be set if this is an operation on draft

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.

boolean
cancelled
Optional

Indicates if the operation was cancelled

This property was added in vSphere API 8.0.2.0.

cancelled shall only be set if configmanager operation is a task