VMware Engine operator audit logging information
Activities of Google Cloud operators or support personnel on your private cloud are generated as audit logs. When manual interaction from the Google Cloud logs side is required, Google Cloud monitors the support representative's actions so that you can see what was done to your resource.
The protoPayload.metadata
field is typed and unique to the operator
and system audit logging methods.
insertID
, logName
, protopayload
,
receiveTimestamp
, resource
, and timestamp
follow LogEntry methods.
protopayload.@type
, protopayload.authenticationInfo
,
protopayload.methodName
, protopayload.resourceName
,
and protopayload.serviceName
follow AuditLog methods.
An individual entry in a log.
JSON representation |
---|
{
"insertID": string,
"logName": string,
"protoPayload": {
"@type": string,
"authenticationInfo": {
"principalEmail": string
},
"metadata" |
VMwareEngineAuditMetadata | |
---|---|
@type |
URI of identifying the type of the metadata. Example: "type.googleapis.com/google.cloud.audit.VMwareEngineAuditMetadata" |
message |
The short description of action that was performed for you. Example: "Replacement of failed node `node-1` with new node `node-2` complete"- indicates that failed node removal was successful in your private cloud. |
operationState |
Indicates the state of action. The value can be one of the following: STARTED, COMPLETED, FAILED, CANCELED, OPERATION_STATE_UNSPECIFIED. Example: COMPLETED - the action was fully executed successfully. STARTED - action was started. FAILED - action execution was unsuccessful. `CANCELED` - action execution was canceled. OPERATION_STATE_UNSPECIFIED - action state is not determined. |
operationType |
Indicates the type of operation. The value can be one of the following: OPERATION_TYPE_UNSPECIFIED, CREATE, UPDATE, DELETE. Example: CREATE - the operation created some resource for you. UPDATE - updated some resource. DELETE - deleted some resource. OPERATION_TYPE_UNSPECIFIED - operation type couldn't be determined. |
resourceType |
Indicates the type of the resource on which the action is performed. Example: PRIVATE_CLOUD - the action was performed on a private cloud. This can mean that some node was removed from or added to the private cloud or the private cloud itself was removed or created. |