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_logpointMethod
POSTRequest headers
Content-Type:
application/jsonAuthorization:
Bearer <TOKEN>
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?