Skip to content

Commit c601285

Browse files
author
Bharathi Selvaraj
committed
Add toc and index for reservoir ddms websocket API tutorial
1 parent ee45a4d commit c601285

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

articles/energy-data-services/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ landingContent:
7474
url: tutorial-petrel-ddms.md
7575
- text: Reservoir DDMS API tutorial
7676
url: tutorial-reservoir-ddms-apis.md
77+
- text: Reservoir DDMS websocket API tutorial
78+
url: tutorial-reservoir-ddms-websocket-apis.md
7779
- linkListType: how-to-guide
7880
links:
7981
- text: How to convert SEG-Y to oVDS

articles/energy-data-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ items:
3636
href: tutorial-petrel-ddms.md
3737
- name: Use Reservoir DDMS APIs
3838
href: tutorial-reservoir-ddms-apis.md
39+
- name: Use Reservoir DDMS websocket APIs
40+
href: tutorial-reservoir-ddms-websocket-apis.md
3941
- name: Concepts
4042
items:
4143
- name: OSDU® services available on Azure Data Manager for Energy

articles/energy-data-services/tutorial-reservoir-ddms-apis.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 02/12/2025
1111
#customer intent: As a Data Manager, I want to learn how to use OSDU Reservoir DDMS APIs to read reservoir data.
1212

1313
---
14-
# Use Reservoir DDMS APIs
14+
# Tutorial: Use Reservoir DDMS API endpoints
1515

1616
In this article, you learn how to read data from Reservoir DDMS REST APIs with curl commands.
1717

@@ -517,3 +517,6 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
517517
}
518518
]
519519
```
520+
521+
## Related content
522+
[Tutorial: Use Reservoir DDMS websocket API endpoints](tutorial-reservoir-ddms-websocket.md)

articles/energy-data-services/tutorial-reservoir-ddms-websocket.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ For more information about DDMS, see [DDMS concepts](concepts-ddms.md).
7777
```
7878

7979
## Related content
80-
* [How to use RDDMS web socket endpoints](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/reservoir/open-etp-server/-/blob/main/docs/testing.md?ref_type=heads)
80+
* [How to use RDDMS web socket endpoints](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/reservoir/open-etp-server/-/blob/main/docs/testing.md?ref_type=heads)
81+
* [Use Reservoir DDMS APIs](tutorial-reservoir-ddms-apis.md)

0 commit comments

Comments
 (0)