Returns the recorded events

get

https://<servername>/oam/services/rest/access/api/v1/audit/events

Returns the recorded events for the specified time period

Request

Query Parameters

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Returns the recorded events
Body ()
Root Schema : Events
Type: object
Collection of data associated with a specific audit event
Show Source
Nested Schema : eventData
Type: array
Show Source
Nested Schema : EventData
Type: object
Show Source
Nested Schema : AttributeMap
Type: array
List of Attribute Values
Show Source
Nested Schema : User
Type: object
Show Source
Nested Schema : Attribute
Type: object
Show Source
Nested Schema : value
Type: array
Value of the Attribute (format is defined by named attribute)
Show Source

400 Response

Invalid Request

401 Response

Invalid Credentials supplied

403 Response

Access Denied

503 Response

Service Temporarily Unavailable. Please retry request after some time
Back to Top