Question

LogPoint API


Hi Team 

Do we have any official descriptions of our APIs I could send to a customer? 
 

 

Kind regards,


2 replies

Userlevel 1

Yes,

the LogPoint server provides two API’s; the Search API and the Incident API, both have documentation on the Doc Portal, which customers can easily access. For your convenience, I linked them below.

 

Query API

The Search API allows an external application to query the logs, using the same search language syntax as is normally used in the web GUI. The result is returned in JSON format.

For more information and examples see https://docs.logpoint.com/docs/logpoint-api-reference/en/latest/index.html

 

Incident API

The Incident API allows an external application to receive and manage alerts, eg reassigning them to another user, turn them off etc.

For more information and examples see https://docs.logpoint.com/docs/logpoint-api-reference/en/latest/index.html

 

Hi,

I’ve started on a Postman collection that you can send as well! 

NB! Work in progress!

Reply