Skip to content

Custom Datasink Config (JSON) and Custom Transfer Process Request (JSON) options #454

Discussion options

You must be logged in to vote

Consuming and providing Parameterized HTTP data offers is supported through our UI by now. You should be able to click "Show HTTP Datasource Parameterization" in the transfer dialog, which will allow you to provide overrides.


When trying out a data sink type that is not available via the UI with a custom backend, one might want to use the Custom Datasink Config (JSON) to initiate the transfer process, e.g.:

{
    "properties": {
        "type": "HttpData",
        "baseUrl": "https: //my-data-sink/",
        "method": "POST"
    }
}

However, when one also wants to pass parameters to the providing connector or play around with the detailed configuration of EDC transfer processes, one wou…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@epanagou-ubitech
Comment options

@richardtreier
Comment options

Answer selected by epanagou-ubitech
@epanagou-ubitech
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants