Esx.Settings.Hosts.Configuration.AuditRecords.OperationDetails

Esx.Settings.Hosts.Configuration.AuditRecords.OperationDetails
Esx.Settings.Hosts.Configuration.AuditRecords.OperationDetails

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

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

Error occurred during the operation

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

error shall only be set if configmanager operation is a task

string
task_id
Optional

TaskId of the operation

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

cancelled shall only be set if configmanager operation is a task