Skip to main content
Version: v0.8.0

Proxy a request

POST 

/api/management/transfers/:id/execute/:path

This endpoint is used if the HTTP Data Plane needs to serve as a proxy.

Request

Path Parameters

    id stringrequired

    Transfer identifier

    path stringrequired

    Path of receiving application

Responses

Forbidden

Schema
    namestringrequired
    Example: ResourceNotFound
    statusstringrequired
    Example: 404 Not Found
    codenumberrequired
    Example: 404
    messageobject
    Example: The requested resource does not exist.
    errorstring
    Example: Not Found

Authorization: oauth2

name: oauth2type: oauth2scopes: controlplane_dataplaneflows: {
  "password": {
    "scopes": {
      "httpdataplane_admin": "httpdataplane_admin",
      "httpdataplane_dataplane": "httpdataplane_dataplane"
    }
  }
}
curl -L -X POST 'https://tsg.dataspac.es/api/management/transfers/:id/execute/:path' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Auth
Parameters
— pathrequired
— pathrequired