Test Connection

Tests a connection configuration.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
configurationmap from strings to anyRequired
Connection configuration to test.
typestringRequired
The type of connection to test.
connection_idstringOptionalformat: "uuid"
Optional existing connection ID to use as a base for testing. The provided configuration will be merged over the stored configuration for this connection before testing.

Errors

400
Connections Test Connection Request Bad Request Error
401
Connections Test Connection Request Unauthorized Error
404
Connections Test Connection Request Not Found Error
500
Connections Test Connection Request Internal Server Error