public class LogsApi extends Object
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
AuditLogResponse |
getAuditLogs(Integer size,
Integer from,
String actionType,
String actorType,
String actorId,
String objectId,
String severity,
Integer rangeFrom,
Integer rangeTo)
Get audit logs
Get audit log entries matching the requested filters.
|
void |
setApiClient(ApiClient apiClient) |
public LogsApi()
public LogsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public AuditLogResponse getAuditLogs(Integer size, Integer from, String actionType, String actorType, String actorId, String objectId, String severity, Integer rangeFrom, Integer rangeTo) throws ApiException
size
- Maximum number of entries to return. The input value can't be greater than 1000. If a higher value is specifed, only 1000 results are returned. (optional)from
- For pagination, starting offset (optional)actionType
- Event action type (optional)actorType
- Event actor type (optional)actorId
- Actor (User or App) Identifier (optional)objectId
- Object (User or App) Identifier for event (optional)severity
- Event severity type (optional)rangeFrom
- Starting time for search , this is EPOCH value (optional)rangeTo
- Ending time for search , this is EPOCH value (optional)ApiException
- if fails to make API callCopyright © 2017-2023 Fortanix Inc. All Rights Reserved