Tests an existing Postgres connection. This verifies:
- network reachability
- authentication
- connect permissions
- replication slot validity
Path parameters
The ID or the name of the Postgres database connection to test.
Example request
curl -X POST 'https://api.sequinstream.com/api/postgres_databases/production_rds/test_connection' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'
Response
Indicates whether all connection tests passed (true) or if any test failed (false).
If success is false, this field provides a human-readable reason for the failure.