Identifier | Origin | Date | Action | Data |
---|---|---|---|---|
A unique identifier for the event | The user or system that triggered the event | The timestamp when the event occurred in ISO 8601 format | Code for the event triggered | Additional information about the event |
Scope | Event |
---|---|
organizations | organizations.created |
organizations | organizations.deleted |
organizations | organizations.updated |
organizations | organizations.user.deleted |
organizations | organizations.user.updated |
invitations | invitations.created |
invitations | invitations.accepted |
invitations | invitations.accepted-from-link |
invitations | invitations.rejected |
regions | regions.created |
regions | regions.deleted |
users | users.created |
users | users.join-domain |
stacks | stacks.created |
stacks | stacks.deleted |
stacks | stacks.restored |
stacks | stacks.updated |
stacks | stacks.enabled |
stacks | stacks.disabled |
stacks | stacks.upgraded |
Scope | Event |
---|---|
stacks | stacks.disposal |
stacks | stacks.disposal-reset |
stacks | stacks.warned |
stacks | stacks.pruned |
stacks | stacks.status.updated |
stacks | stacks.reachness.updated |
stacks | stacks.module.enabled |
stacks | stacks.module.disabled |
stacks | stacks.module.status.updated |
Field | Description | Path |
---|---|---|
Identity | The originating user or machine token | data.identity |
HTTP Method | The method used (e.g., GET, POST) | data.request.method |
Status Code | The response status code (e.g., 200) | data.response.status_code |
Host | The host of the request | data.request.host |
Endpoint | The API endpoint accessed | data.request.path |
Request Headers | Headers included in the request | data.request.header.* |
Response Headers | Headers included in the response | data.response.headers.* |
Response Body | Content of the response body | data.response.body |