@@ -314,7 +314,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
314
314
` ` ` bash
315
315
curl --request GET \
316
316
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources \
317
- --header ' Authorization: Bearer ey....... ' \
317
+ --header ' Authorization: Bearer ey......' \
318
318
--header ' data-partition-id: dp1'
319
319
` ` `
320
320
@@ -484,7 +484,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
484
484
` ` ` bash
485
485
curl --request GET \
486
486
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources/resqml20.obj_Grid2dRepresentation/07cb9ebb-299f-469b-9792-e76633a72b89 \
487
- --header ' Authorization: Bearer ey....... ' \
487
+ --header ' Authorization: Bearer ey.....' \
488
488
--header ' data-partition-id: dp1'
489
489
` ` `
490
490
** Sample Response**
@@ -586,7 +586,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
586
586
` ` ` bash
587
587
curl --request GET \
588
588
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources/resqml20.obj_Grid2dRepresentation/07cb9ebb-299f-469b-9792-e76633a72b89/arrays \
589
- --header ' Authorization: Bearer ey......' \
589
+ --header ' Authorization: Bearer ey........ ' \
590
590
--header ' data-partition-id: dp1'
591
591
` ` `
592
592
** Sample Response**
@@ -623,7 +623,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
623
623
` ` ` bash
624
624
curl --request GET \
625
625
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources/resqml20.obj_Grid2dRepresentation/07cb9ebb-299f-469b-9792-e76633a72b89/arrays/RESQML%2F07cb9ebb-299f-469b-9792-e76633a72b89%2Fpoints_patch0 \
626
- --header ' Authorization: Bearer ey......' \
626
+ --header ' Authorization: Bearer ey........ ' \
627
627
--header ' data-partition-id: dp1'
628
628
` ` `
629
629
** Sample Response**
@@ -667,7 +667,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
667
667
` ` ` bash
668
668
curl --request GET \
669
669
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources/resqml20.obj_Grid2dRepresentation/07cb9ebb-299f-469b-9792-e76633a72b89/sources \
670
- --header ' Authorization: Bearer ey.......' \
670
+ --header ' Authorization: Bearer ey........ ' \
671
671
--header ' data-partition-id: dp1'
672
672
` ` `
673
673
** Sample Response**
@@ -715,7 +715,7 @@ In this article, you learn how to read data from Reservoir DDMS REST APIs with c
715
715
` ` ` bash
716
716
curl --request GET \
717
717
--url https://admetest.energy.azure.com/api/reservoir-ddms/v2/dataspaces/demo%2FVolve/resources/resqml20.obj_Grid2dRepresentation/07cb9ebb-299f-469b-9792-e76633a72b89/targets \
718
- --header ' Authorization: Bearer ey.......' \
718
+ --header ' Authorization: Bearer ey........ ' \
719
719
--header ' data-partition-id: dp1'
720
720
` ` `
721
721
** Sample Response**
0 commit comments