Class SystemLogApi

java.lang.Object
org.openapitools.client.api.SystemLogApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-19T09:13:44.263607-05:00[America/Chicago]") @Component("org.openapitools.client.api.SystemLogApi") public class SystemLogApi extends Object
  • Constructor Details

    • SystemLogApi

      public SystemLogApi()
    • SystemLogApi

      @Autowired public SystemLogApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • listLogEvents

      public List<LogEvent> listLogEvents(OffsetDateTime since, OffsetDateTime until, String filter, String q, Integer limit, String sortOrder, String after) throws org.springframework.web.client.RestClientException
      List all System Log Events The Okta System Log API provides read access to your organization’s system log. This API provides more functionality than the Events API

      200 - Success

      403 - Forbidden

      429 - Too Many Requests

      Parameters:
      since - (optional)
      until - (optional)
      filter - (optional)
      q - (optional)
      limit - (optional, default to 100)
      sortOrder - (optional, default to ASCENDING)
      after - (optional)
      Returns:
      List<LogEvent>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • listLogEventsWithHttpInfo

      public org.springframework.http.ResponseEntity<List<LogEvent>> listLogEventsWithHttpInfo(OffsetDateTime since, OffsetDateTime until, String filter, String q, Integer limit, String sortOrder, String after) throws org.springframework.web.client.RestClientException
      List all System Log Events The Okta System Log API provides read access to your organization’s system log. This API provides more functionality than the Events API

      200 - Success

      403 - Forbidden

      429 - Too Many Requests

      Parameters:
      since - (optional)
      until - (optional)
      filter - (optional)
      q - (optional)
      limit - (optional, default to 100)
      sortOrder - (optional, default to ASCENDING)
      after - (optional)
      Returns:
      ResponseEntity<List<LogEvent>>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • listLogEventsWithPaginationInfo

      public PagedList listLogEventsWithPaginationInfo(OffsetDateTime since, OffsetDateTime until, String filter, String q, Integer limit, String sortOrder, String after) throws org.springframework.web.client.RestClientException
      List all System Log Events The Okta System Log API provides read access to your organization’s system log. This API provides more functionality than the Events API

      200 - Success

      403 - Forbidden

      429 - Too Many Requests

      Parameters:
      since - (optional)
      until - (optional)
      filter - (optional)
      q - (optional)
      limit - (optional, default to 100)
      sortOrder - (optional, default to ASCENDING)
      after - (optional)
      Returns:
      ResponseEntity<List<LogEvent>>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API