M19 RI Wellbore DDMS (NoSuchKey) when calling the GetObject operation
Postman Environment: https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M19/QA_Artifacts_M19/envFilesAndCollections/envFiles/OSDU%20R3%20M19%20RI%20Pre-ship.postman_environment.json Postman Collection: https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M19/QA_Artifacts_M19/envFilesAndCollections/Wellbore%20DDMS%20CI-CD%20v3.0.postman_collection.json
- get OSDU WellLog data
curl --location 'https://osdu.bm-preship.gcp.gnrg-osdu.projects.epam.com/api/os-wellbore-ddms/ddms/v3/welllogs/osdu:work-product-component--WellLog:AutoTest_999125827554/data' \
--header 'data-partition-id: osdu' \
--header 'offset: 0' \
--header 'limit: 100' \
--header 'curves;' \
--header 'describe: false' \
--header 'orient: split' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>'
- commit WellLog session
curl --location --request PATCH 'https://osdu.bm-preship.gcp.gnrg-osdu.projects.epam.com/api/os-wellbore-ddms/ddms/v3/welllogs/osdu:work-product-component--WellLog:AutoTest_999125827554/sessions/null' \
--header 'data-partition-id: osdu' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"state": "commit"
}'
- Get OSDU Trajectory data
curl --location 'https://osdu.bm-preship.gcp.gnrg-osdu.projects.epam.com/api/os-wellbore-ddms/ddms/v3/wellboretrajectories/osdu:work-product-component--WellboreTrajectory:AutoTest_999125827554/data?curves=Measured%20Depth%2CAzimuth' \
--header 'data-partition-id: osdu' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
Above curl commands output response (status code 500):
{
"error": [
"An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist."
]
}