2. Initiating Transfers
Last updated
Was this helpful?
Last updated
Was this helpful?
To transfer the data to your desired data sink, navigate to the Contracts
page. This page displays all your contract agreements, including both consuming and providing contract agreements. You can easily distinguish between them by the arrow next to the Contract Agreement (Up = providing, Down = consuming). You can inspect data on your contract agreements, such as the counterpart Connector.
Selecting a Contract Agreement
Click on a consuming contract agreement to open a pop-up window displaying details of the contract agreement.
Defining Data Sink Properties
Click on Transfer
to define your data sink properties.
There are three data sink types supported:
REST-API Endpoint
Custom Datasink Config (JSON)
Custom Transfer Process Request (JSON)
To transfer data to a REST-API endpoint, select an HTTP method and provide the URL of the data sink. You can also add additional headers, such as for authentication.
Parameterization
The HttpData-Push transfer-type no longer supports parameterization in the latest connector versions, so this functionality will soon no longer be available from a consumer perspective.
Depending on whether the provider allows parameterization and the types of parameterization allowed, you can customize the request to the provider's data source by specifying:
Custom method
Custom path
Custom Request Body
Custom Request Body Content Type
For more advanced data-sink endpoints not directly supported by the UI, you can enter your data-sink properties in JSON format.
Example:
Here, "type": "HttpData"
indicates that the EDC will interpret the destination as a REST-API. The baseUrl
is the endpoint receiving the data.
For passing parameters to the providing Connector or detailed configuration of EDC transfer processes, use the Custom Transfer Process Request (JSON) option.
Example:
Note that this option requires providing the data sink and may include fields for the transfer process request, if enabled by the provider. This is useful for specific cases, such as transferring files to blobs.
Click on Initiate Transfer
to send the asset to the desired data sink.
It is important to know that a data transfer can fail for a variety of reasons. This may be due to a misconfiguration of the data-source as well as the data-sink or unfulfilled contract policies set by the Provider, as contract policies are also evaluated at the time a transfer is initiated.