secure
Single Target Dry Run
Tests connection by name to the target database.
post/api/v1/pipelines/target/dry-run
Request body
object required
Example request
{
"type": "redis",
"host": "${HOST_IP}",
"port": 12002
}Response
Successful Response
Example response
{
"invalid_properties": {
"database.hostname": "Unable to connect: Communications link failure"
}
}