REST API

You can use the Representational State Transfer (REST) API to develop a custom client application.

LogLogic LMI provides REST API that a client application can use to invoke services using simple HTTP methods. A catalogue of available REST resources and requests, organized by functions, is provided. Starting LogLogic LMI 6.1.1, queries via REST API are encrypted.

LogLogic LMI API online documentation can be accessed using the following URL:

  • https://<hostname>:9681/docs 
Note: This assumes that the default port is used. If you change the default ports, update the URL accordingly.

To demonstrate the usage of REST API, some sample scripts are provided in the REST/Samples/ directory in the supplemental package. For more information, see the samples.txt file.

Authentication and Access

LogLogic LMI users who do not have Admin or Search Archived Data permissions cannot access REST API. If a user without these permissions tries to access REST API, authentication fails.