Package org.openapitools.client.api
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlistLogEvents
(OffsetDateTime since, OffsetDateTime until, String filter, String q, Integer limit, String sortOrder, String after) List all System Log Events The Okta System Log API provides read access to your organization’s system log.listLogEventsWithHttpInfo
(OffsetDateTime since, OffsetDateTime until, String filter, String q, Integer limit, String sortOrder, String after) List all System Log Events The Okta System Log API provides read access to your organization’s system log.listLogEventsWithPaginationInfo
(OffsetDateTime since, OffsetDateTime until, String filter, String q, Integer limit, String sortOrder, String after) List all System Log Events The Okta System Log API provides read access to your organization’s system log.void
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
SystemLogApi
public SystemLogApi() -
SystemLogApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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 API200 - 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 API200 - 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 API200 - 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
-