Update Home authored by Chad Leong's avatar Chad Leong
...@@ -8,7 +8,7 @@ To develop a simple utility script that wraps around the Wellbore DDMS API for l ...@@ -8,7 +8,7 @@ To develop a simple utility script that wraps around the Wellbore DDMS API for l
2) Creates wellbore record (POST ddms/v3/wellbores) 2) Creates wellbore record (POST ddms/v3/wellbores)
3) Creates welllog record (POST ddms/v3/welllogs) 3) Creates welllog record (POST ddms/v3/welllogs)
4) Write bulk data (POST ddms/v3/welllogs/{id}/data) 4) Write bulk data (POST ddms/v3/welllogs/{id}/data)
5) Consume ingested bulk data (GET ddms/v3/welllogs/{id}/data) 5) Retrieve ingested bulk data (GET ddms/v3/welllogs/{id}/data)
6) Recognize log family (POST log-recognition/family) 6) Recognize log family (POST log-recognition/family)
7) Integration framework for osdu-cli 7) Integration framework for osdu-cli
8) Deployment/installation support 8) Deployment/installation support
... ...
......