Package com.seeq.api
Class AuditApi
java.lang.Object
com.seeq.api.AuditApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuditEntries
(String startTime, String endTime, List<String> userID, List<String> itemID, List<String> itemType, List<String> changeType, Integer offset, Integer limit, Boolean sortAsc) Get a collection of Audit Trail entriesgetAuditEntriesWithHeadersAndHttpInfo
(String startTime, String endTime, List<String> userID, List<String> itemID, List<String> itemType, List<String> changeType, Integer offset, Integer limit, Boolean sortAsc, Map<String, String> customHeaders) Get a collection of Audit Trail entriesgetAuditEntriesWithHttpInfo
(String startTime, String endTime, List<String> userID, List<String> itemID, List<String> itemType, List<String> changeType, Integer offset, Integer limit, Boolean sortAsc) Get a collection of Audit Trail entrieslong
void
setApiClient
(ApiClient apiClient) void
setRetryTimeout
(long retryTimeout)
-
Constructor Details
-
AuditApi
public AuditApi() -
AuditApi
-
-
Method Details
-
setRetryTimeout
public void setRetryTimeout(long retryTimeout) -
getRetryTimeout
public long getRetryTimeout() -
getApiClient
-
setApiClient
-
getAuditEntries
public AuditOutputListV1 getAuditEntries(String startTime, String endTime, List<String> userID, List<String> itemID, List<String> itemType, List<String> changeType, Integer offset, Integer limit, Boolean sortAsc) throws ApiException Get a collection of Audit Trail entries- Parameters:
startTime
- The start time for the query, formatted as an ISO 8601 timestamp (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm) (optional)endTime
- The end time for the query, formatted as an ISO 8601 timestamp (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm) (optional)userID
- User ID(s) to filter on (optional)itemID
- Item ID(s) to filter on (optional)itemType
- Item type(s) to filter on (optional)changeType
- Change type(s) to filter on (Create, Update, Delete) (optional)offset
- The pagination offset, the index of the first collection item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of collection items that will be returned in this page of results (optional, default to 100)sortAsc
- When true sorts by oldest entries first, when false sorts by newest entries first (optional, default to true)- Returns:
- AuditOutputListV1
- Throws:
ApiException
- if fails to make API call
-
getAuditEntriesWithHttpInfo
public ApiClient.ApiResponse<AuditOutputListV1> getAuditEntriesWithHttpInfo(String startTime, String endTime, List<String> userID, List<String> itemID, List<String> itemType, List<String> changeType, Integer offset, Integer limit, Boolean sortAsc) throws ApiException Get a collection of Audit Trail entries- Parameters:
startTime
- The start time for the query, formatted as an ISO 8601 timestamp (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm) (optional)endTime
- The end time for the query, formatted as an ISO 8601 timestamp (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm) (optional)userID
- User ID(s) to filter on (optional)itemID
- Item ID(s) to filter on (optional)itemType
- Item type(s) to filter on (optional)changeType
- Change type(s) to filter on (Create, Update, Delete) (optional)offset
- The pagination offset, the index of the first collection item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of collection items that will be returned in this page of results (optional, default to 100)sortAsc
- When true sorts by oldest entries first, when false sorts by newest entries first (optional, default to true)- Throws:
ApiException
- if fails to make API call
-
getAuditEntriesWithHeadersAndHttpInfo
public ApiClient.ApiResponse<AuditOutputListV1> getAuditEntriesWithHeadersAndHttpInfo(String startTime, String endTime, List<String> userID, List<String> itemID, List<String> itemType, List<String> changeType, Integer offset, Integer limit, Boolean sortAsc, Map<String, String> customHeaders) throws ApiExceptionGet a collection of Audit Trail entries- Parameters:
startTime
- The start time for the query, formatted as an ISO 8601 timestamp (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm) (optional)endTime
- The end time for the query, formatted as an ISO 8601 timestamp (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm) (optional)userID
- User ID(s) to filter on (optional)itemID
- Item ID(s) to filter on (optional)itemType
- Item type(s) to filter on (optional)changeType
- Change type(s) to filter on (Create, Update, Delete) (optional)offset
- The pagination offset, the index of the first collection item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of collection items that will be returned in this page of results (optional, default to 100)sortAsc
- When true sorts by oldest entries first, when false sorts by newest entries first (optional, default to true)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-