Start transfer process
POST/api/transfers/:id/start
Start transfer process
Request
Path Parameters
id stringrequired
Transfer ID
- application/json
Body
required
Array [
]
@typestringrequired
dspace:providerPidstringrequired
dspace:consumerPidstringrequired
dspace:dataAddress
object
@typestringrequired
dspace:endpointTypestringrequired
dspace:endpointstringrequired
dspace:endpointProperties
object[]required
@typestringrequired
dspace:namestringrequired
dspace:valuestringrequired
Responses
- 200
Transfer started successfully
- application/json
- Schema
- Example (from schema)
Schema
- any
{
"status": "success"
}