Esx.Settings.Hosts.Configuration.AuditRecords.Info

Esx.Settings.Hosts.Configuration.AuditRecords.Info
Esx.Settings.Hosts.Configuration.AuditRecords.Info

The Esx.Settings.Hosts.Configuration.AuditRecords.Info schema contains Audit Info of an operation for a standalone host in vCenter Server.

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
{
    "host": "string",
    "operation": "string",
    "username": "string",
    "start_time": "string",
    "end_time": "string",
    "status": "string",
    "operation_details": {
        "error": {},
        "task_id": "string",
        "draft_id": "string",
        "cancelled": false
    }
}
string
host
Required

Identifier of the standalone host.

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.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the property will be an identifier for the resource type: HostSystem.

string
operation
Required

Name of the operation which can be one of

  • Export
  • Remediate
  • Checkcompliance
  • Precheck
  • Transition-Enable
  • Draft-List
  • Draft-Create
  • Draft-ImportFromHost
  • Draft-Get
  • Draft-ExportConfig
  • Draft-Update
  • Draft-ShowChanges
  • Draft-CheckCompliance
  • Draft-Precheck
  • Draft-Delete
  • Draft-Apply
  • Draft-GetSchema

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.

When clients pass a value of this schema as a parameter, the property must be one of Export, Remediate, Checkcompliance, Precheck, Transition-Enable, Draft-List, Draft-Create, Draft-ImportFromHost, Draft-Get, Draft-ExportConfig, Draft-Update, Draft-ShowChanges, Draft-CheckCompliance, Draft-Precheck, Draft-Delete, Draft-Apply, or Draft-GetSchema. When operations return a value of this schema as a response, the property will be one of Export, Remediate, Checkcompliance, Precheck, Transition-Enable, Draft-List, Draft-Create, Draft-ImportFromHost, Draft-Get, Draft-ExportConfig, Draft-Update, Draft-ShowChanges, Draft-CheckCompliance, Draft-Precheck, Draft-Delete, Draft-Apply, or Draft-GetSchema.

string
username
Required

User who initiated 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.

string As date-time As date-time
start_time
Optional

Time when the operation Esx.Settings.Hosts.Configuration.AuditRecords.Info.operation was started

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.

startTime might not be available for a task.

string As date-time As date-time
end_time
Optional

Time when the operation Esx.Settings.Hosts.Configuration.AuditRecords.Info.operation was completed

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.

endTime might not be available for a task.

string
status
Required

Status of the operation Esx.Settings.Hosts.Configuration.AuditRecords.Info.operation

Possible values:

  • PENDING: The operation is in pending state.
  • RUNNING: The operation is in progress.
  • BLOCKED: The operation is blocked.
  • SUCCEEDED: The operation completed successfully.
  • FAILED: The operation failed.

For more information see: Cis.Task.Status.

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.

operation_details
Optional

Details 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.

operationdetails might not be available for an operation which is not a task.