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.
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..."
Unique identifier of the connection (UUID format).
"019996b8-f3d1-7d2b-a192-6e91464d82fc"
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