Repos API

The Repos API allows you to list all Logpoint instances and their repos. Create a JWT using the following scope to use it.

Scope name

Function

logsource:read

Lists the available Logpoint instances and repos

To list the available Logpoint instances and repos, use /Repo/get_all_searchable_logpoint.

Endpoint URL

https://Logpoint-IP/Repo/get_all_searchable_logpoint

Method

POST

Request headers

  • Content-Type: application/json

  • Authorization: Bearer <TOKEN>

circle-info

The JWT must include the logsource:read scope to access this endpoint.

Parameters

Parameters are data sent with the API request to retrieve information. Include them in the request body as raw JSON.

Request example

{}

Responses

A successful response returns HTTP status code 200.

Success response example

Last updated

Was this helpful?