Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Wellbore Domain Services
Commits
a53c4a23
Commit
a53c4a23
authored
Aug 16, 2021
by
Luc Yriarte
Browse files
Retrieve newly created WellLog session from ID
parent
116e792d
Pipeline
#58910
passed with stages
in 43 minutes and 36 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
tests/integration/DEMO WDMS.postman_collection.json
View file @
a53c4a23
...
...
@@ -531,6 +531,44 @@
}
},
"response"
:
[]
},
{
"name"
:
"get WellLog session"
,
"request"
:
{
"method"
:
"GET"
,
"header"
:
[
{
"key"
:
"data-partition-id"
,
"value"
:
"{{datapartitionid}}"
,
"type"
:
"text"
}
],
"url"
:
{
"raw"
:
"{{protocol}}://{{baseUrl}}/api/os-wellbore-ddms/ddms/v3/welllogs/{{datapartitionid}}:work-product-component--WellLog:{{welllogId}}/sessions/{{welllogSessionId}}"
,
"protocol"
:
"{{protocol}}"
,
"host"
:
[
"{{baseUrl}}"
],
"path"
:
[
"api"
,
"os-wellbore-ddms"
,
"ddms"
,
"v3"
,
"welllogs"
,
"{{datapartitionid}}:work-product-component--WellLog:{{welllogId}}"
,
"sessions"
,
"{{welllogSessionId}}"
],
"query"
:
[
{
"key"
:
"data-partition-id"
,
"value"
:
"{{datapartitionid}}"
,
"disabled"
:
true
}
]
}
},
"response"
:
[]
}
]
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment