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.
{
"error": {},
"task_id": "string",
"draft_id": "string",
"cancelled": false
}
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
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.
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.
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