Transfer-Processes
Last updated
Was this helpful?
Last updated
Was this helpful?
This section provides an overview of all available APIs that adhere to the OpenAPI specification. All APIs are loaded from the OpenAPI specification file: Link. Please note that the API base-paths may differ depending on the connector, the specific API base-path can be seen in the UI dashboard.
Initiates a data transfer with the given parameters. Due to the asynchronous nature of transfers, a successful response only indicates that the request was successfully received. This may take a long time, so clients must poll the /{id}/state endpoint to track the state.
/v2/transferprocesses
https://w3id.org/edc/v0.0.1/ns/TransferRequest
null
please use counterPartyAddress instead
Provider connector id is stored in the contract agreement
Returns all transfer process according to a query
/v2/transferprocesses/request
https://w3id.org/edc/v0.0.1/ns/QuerySpec
{"@context":{"@vocab":"https://w3id.org/edc/v0.0.1/ns/"},"@type":"Criterion","operandLeft":"fieldName","operator":"=","operandRight":"some value"}
ASC
, DESC
No body
Gets an transfer process with the given ID
/v2/transferprocesses/{id}
Requests the deprovisioning of resources associated with a transfer process. Due to the asynchronous nature of transfers, a successful response only indicates that the request was successfully received. This may take a long time, so clients must poll the /{id}/state endpoint to track the state.
/v2/transferprocesses/{id}/deprovision
No body
Gets the state of a transfer process with the given ID
/v2/transferprocesses/{id}/state
Requests the termination of a transfer process. Due to the asynchronous nature of transfers, a successful response only indicates that the request was successfully received. This may take a long time, so clients must poll the /{id}/state endpoint to track the state.
/v2/transferprocesses/{id}/terminate
https://w3id.org/edc/v0.0.1/ns/TerminateTransfer
No body