Validate source connector configuration
Tests connection, authentication, permissions, and configuration for source.
curl -X POST "https://loading/api/v1/validate/source" \
-H "Content-Type: application/json" \
-d '{
"source": {
"postgres": {
"connection": {
"database": "string",
"host": "string",
"password": "string",
"user": "string"
},
"replication_type": {
"logical_replication": {}
}
}
}
}'[
{
"start": {}
}
]Empty
NaN