get https://api.compose.io/2016-07/audit_events/:audit_event_id
Fetch information about a specific audit event accessible to your user.
This endpoint returns a single audit event associated with the audit event ID used in the path parameters. It returns the same information as the /2016-07/audit_events
endpoint. The key/values of audit event objects are detailed below.
Returned JSON
Key | Description |
---|---|
id | The ID of the audit event. This is the same ID as the one used in the path parameters. |
account_id | The account ID associated with the audit event. |
deployment_id | The deployment ID associated with the audit event. |
cluster_id | The cluster ID associated with the audit event. |
user_id | The user ID associated with the audit event. |
created_at | The date that the audit event was created. |
data | Any pertinent data recorded with the audit event. |
The email address of the user who initiated the action described by the audit event. | |
event | The type of the audit event. |
ip | The IP address of the user who initiated the action described by the event. |
user_agent | The user agent of the user who initiated the action described by the event. |
Returned Links
One or more of the following links will be present in the JSON _links object. All links are in templated format, meaning that an {?embed}
string within the link is the template's marker to add further parameters.
Link | Description |
---|---|
self | A URI for this audit event. |