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

targetsobject required

Changes

Changed in 3 of the 14 revisions of this API.24

    • removed the optional property errors from the response with the 401 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 403 status

      response-optional-property-removed

    • removed the non-success response with the status 422

      response-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 errors to the response with the 401 status

      response-optional-property-added

    • added the optional property errors to the response with the 403 status

      response-optional-property-added

    • added the non-success response with the status 422

      response-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