Test a connection
Use this endpoint to test the configured connection by establishing and closing a connection to the database. Returns the connection status, latency, and database name.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Headers
The authorization token in the Bearer <token> format.
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Path Parameters
Unique identifier of the connection (UUID format).
"019996b8-f3d1-7d2b-a192-6e91464d82fc"
Response
The result of the connection test.
Response object containing the result of a connection test.
Indicates whether the connection test was successful.
success, failure "success"
A human-readable message describing the test result.
"Connection successful"
The time taken to establish the connection, measured in milliseconds.
150

