Multiple Targets Dry Run
Tests connection to the target database(s).
Request body
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
Changes
Changed in 3 of the 14 revisions of this API.24
- ●
removed the optional property
errorsfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
errorsfrom the response with the403statusresponse-optional-property-removed
- ○
removed the non-success response with the status
422response-non-success-status-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
errorsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errorsto the response with the403statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
422response-non-success-status-added
This revision also has 37 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○