REST API Reference
You can use the Representational State Transfer (REST) API to develop your own client application.
LogLogic LMI provides REST API that a client application can use to invoke services using simple HTTP methods. Starting from LogLogic LMI 6.1.1, queries via REST API are encrypted.
You can access LogLogic LMI API online documentation using the following URLs:
Category of services | Services provided | URL for the REST API |
---|---|---|
Query API |
|
https://<hostName>:9681/docs
For more information, see REST API for Advanced Search. |
Aggregation node API | Aggregation rules | https://<hostName>:9685/docs |
Correlation API |
|
https://<hostName>:9682/docs
|
Monitoring console API |
|
https://<hostName>:9687/HawkConsole/v1/docs
For more information, see TIBCO Operational Intelligence Hawk® Concepts Guide. |
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 in the supplemental package.
Authentication and Access
LogLogic LMI users who have Admin or Search Archived Data permissions can access REST API. If a user without these permissions tries to access REST API, authentication fails.