Draft: Seismic Domain Data Management Service V4 APIs
This MR creates V4 endpoints for Seismic Domain Data Management Service (SDDMS)
-
These new endpoints provide the ability to
PUT
(register) a dataset, andGET
the dataset that was registered. -
Additionally, endpoints for obtaining SAS tokens to upload and download the datasets are added too.
-
The following illustrations highlight the interactions between SDDMS and OSDU core services to register a dataset.
-
The following showcases the interactions between SDDMS and OSDU core services to GET a dataset.
-
The following illustration shows the interactions between SDDMS and OSDU to obtain a connection string for ingestion
GET {{SVC_URL}}/connection-string/upload/record/{storage-record-id}
GET {{SVC_URL}}/connection-string/download/record/{storage-record-id}
Edited by Diego Molteni