Package com.seeq.api

Class AuditApi

java.lang.Object
com.seeq.api.AuditApi

public class AuditApi extends Object
  • Constructor Details

    • AuditApi

      public AuditApi()
    • AuditApi

      public AuditApi(ApiClient apiClient)
  • Method Details

    • setRetryTimeout

      public void setRetryTimeout(long retryTimeout)
    • getRetryTimeout

      public long getRetryTimeout()
    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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 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)
      customHeaders - a map with custom headers for the HTTP request (required)
      Throws:
      ApiException - if fails to make API call