Retrieve all event types in the audit trail
POST/v1/audit-trail/event-types
Returns an array of strings. Each string is an event type that appears in the account's audit trail. Each event type is shown once, no matter how many times it occurs in the account's audit trail. Please ensure to change the region in the URL to match your account's region.
Request
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
eventTypes string[]
Event types in the audit trail
{
"eventTypes": [
"Added user",
"Admin created a sub account",
"Changed password",
"Failed login",
"Login",
"Logz.io admin has enabled a sawmill configuration",
"Suspended user",
"User created a token",
"User installed an ELK app"
]
}
Loading...