REST API for Advanced Search

You can use REST API to run an Advanced Search query.

Querying LogLogic LMI using the REST API includes the following steps:
  1. Create a query and obtain its ID.
  2. Get status, results, or details from the query (in multiple invocations).
  3. Delete the query after all the data has been obtained.

You can omit deleting the query if you create the query with a timeToLive parameter, in which case the query is automatically deleted after some time of inactivity.

Note: TLSv1.2 and TLS v1.3 are supported for REST API.