Audit Events
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
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
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"
}
]
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
400
Bad Request
application/octet-stream
401
Unauthorized
application/octet-stream
500
Internal Server Error
application/octet-stream
get
GET /v1/audit-events/download HTTP/1.1
Host:
Accept: */*
No content
Was this helpful?