Administrator
- Administrator
- All Products
/public/core/v3/securityLog
/public/core/v3/securityLog?q=entryTime>="2019-07-26T08:00:00.000Z";entryTime<="2019-07-26T17:00:00.000Z"
Parameter
| Type
| Description
|
---|---|---|
entryTime
| String
| Start time or end time of the entry in UTC format.
Use one of the following formats:
You can use the following operators:
Default is to return entries for the last 24 hours with a maximum of 200.
|
actionCategory
| String
| Category of the security log entry.
You can use the following operators:
To use this query parameter, you must also include a valid time range using the entryTime query parameter.
|
actor
| String
| User name who performed the action.
You can use the following operators:
To use this query parameter, you must also include a valid time range using the entryTime query parameter.
|
objectName
| String
| Name of the object acted upon.
You can use the following operators:
To use this query parameter, you must also include a valid time range using the entryTime query parameter.
|
skip
| Int
| Number of records to skip.
To use this query parameter, you must also include a valid time range using the entryTime query parameter.
Default is 0.
|
limit
| Int
| Number of entries to include in the response.
You can specify a minimum of 100 and maximum of 1000.
Default is 200.
|
Field
| Type
| Description
|
---|---|---|
id
| String
| Security log entry ID.
|
orgId
| String
| Organization ID.
|
actor
| String
| User who performed the action.
|
entryTime
| Timestamp
| Time the action occurred.
|
objectId
| String
| ID of the object used.
|
objectName
| String
| Name of the object used.
|
actionCategory
| String
| Category of security log entry. Returns one of the following codes:
|
actionEvent
| String
| Type of action performed. Returns one of the following codes:
|
GET <baseApiUrl>/public/core/v3/securityLog?q=entryTime>="2019-07-26T08:00:00.000Z";entryTime<="2019-07-26T17:00:00.000Z";actor=='admin' Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId>
{ "entries": [ { "id": "1AoqT9lYsrUhu7kl49kGsx", "orgId": "9l10ywsSnqadMx1NtEEbKT", "actor": "admin", "entryTime": "2019-07-23T22:28:07.000Z", "objectId": "9l10ywsSnqadMx1NtEEbKT", "objectName": "idsv3_org_1563920884151", "actionCategory": "Organization", "actionEvent": "CREATE" }, { "id": "595EZai5YqFi6X8GIpVVu0", "orgId": "9l10ywsSnqadMx1NtEEbKT", "actor": "admin", "entryTime": "2019-07-23T22:28:13.000Z", "objectId": "9pieratUfEWkhFHnzY1r49", "objectName": "idsv3_user_1563920884151", "actionCategory": "User", "actionEvent": "CREATE" } ] }