Proxy a request
OPTIONS/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
- 403
Forbidden
- application/json
- Schema
- Example (auto)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}
Authorization: oauth2
name: oauth2type: oauth2scopes:controlplane_dataplane
flows: { "password": { "scopes": { "httpdataplane_admin": "httpdataplane_admin", "httpdataplane_dataplane": "httpdataplane_dataplane" } } }
- curl
- http
- CURL
curl -L -X OPTIONS 'https://tsg.dataspac.es/api/management/transfers/:id/execute/:path' \
-H 'Authorization: Bearer <token>'