Skip to main content
POST
Test a connection

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

Parámetros de ruta

connectionId
string
requerido

The unique identifier of the connection.

Respuesta

Test result

Result of a connectivity test for a discovered connection

connectionId
string

Identifier of the connection that was tested

healthy
boolean

Whether the connection test succeeded

Ejemplo:

true

latencyMs
integer

Round-trip latency in milliseconds

Ejemplo:

42

errorMessage
string

Error details when the test failed