Package com.atlan.api

Class SearchLogEndpoint


public class SearchLogEndpoint extends AtlasEndpoint
API endpoints for operating on assets.
  • Constructor Details

    • SearchLogEndpoint

      public SearchLogEndpoint(AtlanClient client)
  • Method Details

    • search

      public SearchLogResponse search(SearchLogRequest request) throws AtlanException
      Run the requested search against the search log.
      Parameters:
      request - detailing the search query, parameters, and so on to run
      Returns:
      the results of the search
      Throws:
      AtlanException - on any API interaction problems
    • search

      public SearchLogResponse search(SearchLogRequest request, RequestOptions options) throws AtlanException
      Run the requested search against the search log.
      Parameters:
      request - detailing the search query, parameters, and so on to run
      options - to override default client settings
      Returns:
      the results of the search
      Throws:
      AtlanException - on any API interaction problems