secure
Multiple Targets Dry Run
Tests connection to the target database(s).
post/api/v1/pipelines/targets/dry-run
Request body
object required
Example request
{
"targets": {
"target-one": {
"type": "redis",
"host": "${HOST_IP}",
"port": 12000
},
"target-two": {
"type": "redis",
"host": "${HOST_IP}",
"port": 12002,
"password": "${TARGET_DB_PASSWORD}"
}
}
}Response
Successful Response