Audit Events

Get audit events

get
Query parameters
configuration-namestringOptional

Name of the configuration

userstringOptional

User associated with the audit event

min-datestringOptional

Minimum date for the audit event query in YYYYMMDDHHMMSS format

max-datestringOptional

Maximum date for the audit event query in YYYYMMDDHHMMSS format

Responses
200

OK

application/json
get
GET /v1/audit-events HTTP/1.1
Host: 
Accept: */*
[
  {
    "account": "text",
    "action": "text",
    "configuration": "text",
    "description": "text",
    "id": "text",
    "resourceKind": "Configuration",
    "resourceName": "text",
    "timestamp": "text",
    "user": "text"
  }
]

Download audit events in CSV format

get
Query parameters
configuration-namestringOptional

Name of the configuration

userstringOptional

User associated with the audit event

min-datestringOptional

Minimum date for the audit event query in YYYYMMDDHHMMSS format

max-datestringOptional

Maximum date for the audit event query in YYYYMMDDHHMMSS format

Responses
200

Returns an octet-stream of the requested CSV file

No content

get
GET /v1/audit-events/download HTTP/1.1
Host: 
Accept: */*

No content

Was this helpful?