REST API Support for Advanced Search
Querying LogLogic LMI using the REST API is composed of three steps
- Create a query and obtain its ID.
- Get status, results, or details from the query (in multiple invocations).
- 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.
Copyright © Cloud Software Group, Inc. All rights reserved.