REST API Support for Advanced Search

Querying LogLogic LMI using the REST API is composed of three 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: REST API supports only TLSv1.2 protocol.