GET
/
audit
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The id of the container

Response

default - application/json
id
number
required

The id of the audit log

action
enum<string>
required

The action of the audit log

Available options:
START,
STOP,
RESTART,
COMMAND,
CREATE
data
string
required

The data of the audit log

containerId
string
required

The containerId of the audit log

userId
string
required

The userId of the audit log

createdAt
string
required

The createdAt of the audit log