v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBDiscovery
Test a connection
Use this endpoint to test connectivity for a specific discovered connection owned by the current tenant.
post/v1/discovery/connections/{connectionId}/test
Path parameters
connectionIdstring required
The unique identifier of the connection.
Headers
X-Request-Idstring
A unique identifier for tracing the request across services.
Response
Test result
Example response
{
"healthy": true,
"latencyMs": 42
}