HttpData-Pull (Parameterized)
Enterprise Edition 5.0.0 and higher (core-edc 0.7.2)
Provider: Asset
Defining the Asset
{
"@context": {
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"cx-common": "https://w3id.org/catenax/ontology/common#",
"cx-taxo": "https://w3id.org/catenax/taxonomy#",
"dct": "http://purl.org/dc/terms/"
},
"properties": {
"http://purl.org/dc/terms/title": "example-asset",
"http://purl.org/dc/terms/description": "Asset providing access to multiple datasets",
"edc:id": "example-asset",
"cx-common:version": "3.0"
},
"dataAddress": {
"@type": "DataAddress",
"type": "HttpData",
"baseUrl": "https://example.com/dataset/",
"proxyPath": "true",
"proxyQueryParams": "true"
}
}Consumer: Consuming Data
Step 1: Catalog Querying
Step 2: Negotiating the EDR
Step 3: Transfer Process
Step 4: Data Address
Step 5: Requesting the Data
Parameterized Example
Enterprise Edition 4.6.0 and lower (core-edc 0.2.1)
Requirements
Initiating the Transfer
Receiving an Endpoint Data Reference (EDR)
Getting the Data
Parameterized HTTP Data Sources
Last updated
Was this helpful?
