Error
A valid request URL is required to generate request examples{
"audit_log": {
"id": "<string>",
"typeURI": "<string>",
"eventTime": "2023-11-07T05:31:56Z",
"initiator": {
"id": "<string>",
"typeURI": "<string>",
"name": "<string>",
"host": "<string>"
},
"target": {
"id": "<string>",
"typeURI": "<string>",
"name": "<string>",
"host": "<string>"
},
"observer": {
"id": "<string>",
"typeURI": "<string>",
"name": "<string>",
"host": "<string>"
},
"signature": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"reason": {
"reasonCode": "<string>",
"reasonType": "<string>",
"message": "<string>"
},
"attachments": [
{
"name": "<string>",
"contentType": "<string>",
"content": "<string>"
}
],
"tags": [
"<string>"
],
"requestMethod": "<string>",
"requestPath": "<string>",
"requestIP": "<string>",
"userAgent": "<string>",
"duration": 123
}
}Audit Logs
Get audit log by ID
Retrieves a single audit log event by its unique ID.
GET
/
api
/
audit-logs
/
{id}
Error
A valid request URL is required to generate request examples{
"audit_log": {
"id": "<string>",
"typeURI": "<string>",
"eventTime": "2023-11-07T05:31:56Z",
"initiator": {
"id": "<string>",
"typeURI": "<string>",
"name": "<string>",
"host": "<string>"
},
"target": {
"id": "<string>",
"typeURI": "<string>",
"name": "<string>",
"host": "<string>"
},
"observer": {
"id": "<string>",
"typeURI": "<string>",
"name": "<string>",
"host": "<string>"
},
"signature": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"reason": {
"reasonCode": "<string>",
"reasonType": "<string>",
"message": "<string>"
},
"attachments": [
{
"name": "<string>",
"contentType": "<string>",
"content": "<string>"
}
],
"tags": [
"<string>"
],
"requestMethod": "<string>",
"requestPath": "<string>",
"requestIP": "<string>",
"userAgent": "<string>",
"duration": 123
}
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Path Parameters
The unique identifier of the audit log event.
Response
Successful response
Response wrapper for a single audit log entry.
A CADF-compliant audit event.
Show child attributes
Show child attributes
Was this page helpful?
⌘I

