Proxy a request without transfer ID
OPTIONS/api/management/execute/:path
This endpoint is used if the HTTP Data Plane needs to serve as a proxy and the transfer hasn't been created yet. Used for automatic handling of the DSP.
Request
Path Parameters
path stringrequired
Path of receiving application
Header Parameters
x-dataset-id stringrequired
x-audience stringrequired
x-controlplane-address stringrequired
Responses
- 403
Forbidden
- application/json
- Schema
- Example (auto)
Schema
namestringrequired
Example:
ResourceNotFound
statusstringrequired
Example:
404 Not Found
codenumberrequired
Example:
404
messageobject
Example:
The requested resource does not exist.
errorstring
Example:
Not Found
{
"name": "ResourceNotFound",
"status": "404 Not Found",
"code": 404,
"message": "The requested resource does not exist.",
"error": "Not Found"
}
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/execute/:path' \
-H 'Authorization: Bearer <token>'