Package com.atlan.api
Class LogsEndpoint
java.lang.Object
com.atlan.api.AbstractEndpoint
com.atlan.api.HeraclesEndpoint
com.atlan.api.LogsEndpoint
API endpoints for access Atlan's event logs.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.api.AbstractEndpoint
AbstractEndpoint.RawResponse
-
Field Summary
Fields inherited from class com.atlan.api.AbstractEndpoint
client
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the 100 most recent admin events.getAdminEvents
(AdminEventRequest request) Retrieve admin events based on the supplied filters.getAdminEvents
(AdminEventRequest request, RequestOptions options) Retrieve admin events based on the supplied filters.getAdminEvents
(RequestOptions options) Retrieve the 100 most recent admin events.Retrieve the 100 most recent events.getEvents
(KeycloakEventRequest request) Retrieve all events, based on the supplied filters.getEvents
(KeycloakEventRequest request, RequestOptions options) Retrieve all events, based on the supplied filters.getEvents
(RequestOptions options) Retrieve the 100 most recent events.Methods inherited from class com.atlan.api.HeraclesEndpoint
getBaseUrl
Methods inherited from class com.atlan.api.AbstractEndpoint
getBaseUrl
-
Constructor Details
-
LogsEndpoint
-
-
Method Details
-
getAdminEvents
Retrieve the 100 most recent admin events.- Returns:
- a list of the 100 most recent admin events
- Throws:
AtlanException
- on any issue interacting with the API
-
getAdminEvents
Retrieve the 100 most recent admin events.- Parameters:
options
- to override default client options- Returns:
- a list of the 100 most recent admin events
- Throws:
AtlanException
- on any issue interacting with the API
-
getAdminEvents
Retrieve admin events based on the supplied filters.- Parameters:
request
- details of the filters to apply when retrieving admin events- Returns:
- the admin events that match the supplied filters
- Throws:
AtlanException
- on any issue interacting with the API
-
getAdminEvents
public AdminEventResponse getAdminEvents(AdminEventRequest request, RequestOptions options) throws AtlanException Retrieve admin events based on the supplied filters.- Parameters:
request
- details of the filters to apply when retrieving admin eventsoptions
- to override default client options- Returns:
- the admin events that match the supplied filters
- Throws:
AtlanException
- on any issue interacting with the API
-
getEvents
Retrieve the 100 most recent events.- Returns:
- a list of the 100 most recent events
- Throws:
AtlanException
- on any issue interacting with the API
-
getEvents
Retrieve the 100 most recent events.- Parameters:
options
- to override default client settings- Returns:
- a list of the 100 most recent events
- Throws:
AtlanException
- on any issue interacting with the API
-
getEvents
Retrieve all events, based on the supplied filters.- Parameters:
request
- details of the filters to apply when retrieving events- Returns:
- the events that match the supplied filters
- Throws:
AtlanException
- on any issue interacting with the API
-
getEvents
public KeycloakEventResponse getEvents(KeycloakEventRequest request, RequestOptions options) throws AtlanException Retrieve all events, based on the supplied filters.- Parameters:
request
- details of the filters to apply when retrieving eventsoptions
- to override default client settings- Returns:
- the events that match the supplied filters
- Throws:
AtlanException
- on any issue interacting with the API
-