ActionTrail records operation logs with the following fields.
|
Field |
Description |
|
__topic__ |
The topic of the log. The value is fixed as actiontrail_audit_event. |
|
event |
The event body in JSON format. The content varies by event. |
|
event.eventCategory |
The category of the event. Valid values: Management, which indicates a management event. |
|
event.additionalEventData |
Additional information about the event. |
|
event.eventId |
The ID of the event. |
|
event.eventName |
The name of the event. |
|
event.eventRW |
The read/write type of the event. Valid values:
|
|
event.recipientAccountId |
The ID of the Alibaba Cloud account that receives audit logs. |
|
event.eventSource |
The source of the event. |
|
event.eventTime |
The time when the event occurred, in UTC. |
|
event.eventType |
The type of the event. |
|
event.eventVersion |
The format version of the event. The current version is 1. |
|
event.acsRegion |
The region where the event occurred. |
|
event.requestId |
The ID of the API request. |
|
event.apiVersion |
The version of the API. |
|
event.errorCode |
The error code returned when the API request fails. |
|
event.errorMessage |
The error message returned when the API request fails. |
|
event.serviceName |
The Alibaba Cloud service to which the event belongs, such as VPC. |
|
event.sourceIpAddress |
The source IP address of the event. |
|
event.userAgent |
The user agent that sent the API request. |
|
event.vpcId |
The ID of the source virtual private cloud (VPC). |
|
event.requestParameters |
The input parameters of the API request. |
|
event.requestParameterJson |
The requestParameters field in JSON format. |
|
event.responseElements |
The response parameters of the API request. |
|
event.referencedResources |
The resources that are associated with the event. |
|
event.resourceName |
The name of the event-associated resource, which serves as its unique identifier. |
|
event.resourceType |
The type of the event-associated resource. |
|
event.isGlobal |
Indicates whether the event is a global event. Valid values:
|
|
event.eventAttributes |
The attributes of the event. |
|
event.userIdentity.accessKeyId |
The AccessKey ID of the Alibaba Cloud account that initiates the API request. |
|
event.userIdentity.accountId |
The ID of the Alibaba Cloud account that initiates the API request. |
|
event.userIdentity.principalId |
The requester ID. Use this field together with event.userIdentity.type to determine the requester identity.
|
|
event.userIdentity.type |
The type of the identity. Valid values:
|
|
event.userIdentity.userName |
The name of the identity.
|
|
event.userIdentity.sessionContext |
Information about the temporary security token, such as the creation time. |