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