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
-
fromDate(required): string
The UTC time from when the events are to be retrieved
-
pageNumber(required): integer
The UTC time from when the events are to be retrieved
-
pageSize(required): integer
The maximum number of events to retrieve
-
toDate(required): string
The UTC time up to when the events are to be retrieved
There's no request body for this operation.
Security
-
audit_auth: http
Type:
http
Response
Supported Media Types
- application/xml
- application/json
200 Response
Returns the recorded events
Root Schema : Events
Type:
object
Collection of data associated with a specific audit event
Show Source
Nested Schema : EventData
Type:
Show Source
object
-
accessTime: string
Specifies the UTC timestamp of the sign-on
-
attributeMap: array
AttributeMap
List of Attribute Values
-
eventID: integer
(int64)
-
ipAddress: string
IP Address of the User Agent
-
mfaUsed: boolean
Indicates whether multi factor authentication was used to sign-on
-
oracleECID: string
Execution Context Identifier
-
status: string
Indicates whether sign-on was successful or denied
-
type: string
Specifies the type of Event (e.g. AuthN, Logout)
-
userID: object
User
Nested Schema : User
Type:
Show Source
object
-
loginID: string
Login ID of the User
-
loginType: string
Type of Login
-
userDN: string
Distinguished Name of the User
-
userGUID: string
GUID of the User
Nested Schema : Attribute
Type:
Show Source
object
-
key: string
Name of the Attribute
-
value: array
value
Value of the Attribute (format is defined by named attribute)
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