Validate source connector configuration

Tests connection, authentication, permissions, and configuration for source.

POST
/api/v1/validate/source

Request Body

application/json

Source connector configuration to validate

source*||||

Response Body

application/json

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