Esx.Settings.Clusters.Configuration.AuditRecords.Info

Esx.Settings.Clusters.Configuration.AuditRecords.Info
Esx.Settings.Clusters.Configuration.AuditRecords.Info

The Esx.Settings.Clusters.Configuration.AuditRecords.Info schema contains Audit Info of an operation for a cluster in vCenter Server.

This schema was added in vSphere API 8.0.2.0.

JSON Example
{
    "cluster_id": "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
cluster_id
Required

Identifier of the cluster.

This property was added in vSphere API 8.0.2.0.

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

string
operation
Required

Name of the operation which can be one of

  • Import
  • 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

This property was added in vSphere API 8.0.2.0.

When clients pass a value of this schema as a parameter, the property must be one of Import, 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 Import, 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

This property was added in vSphere API 8.0.2.0.

string As date-time As date-time
start_time
Optional

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

This property was added in vSphere API 8.0.2.0.

startTime might not be available for a task.

string As date-time As date-time
end_time
Optional

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

This property was added in vSphere API 8.0.2.0.

endTime might not be available for a task.

string
status
Required

Status of the operation Esx.Settings.Clusters.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.

This property was added in vSphere API 8.0.2.0.

operation_details
Optional

Details of the operation.

This property was added in vSphere API 8.0.2.0.

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