Skip to content

Commit 980823a

Browse files
author
Preeti Singh
committed
new file add
1 parent 76ebf88 commit 980823a

File tree

2 files changed

+303
-96
lines changed

2 files changed

+303
-96
lines changed

articles/energy-data-services/how-to-convert-segy-to-ovds.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ cURL --request PUT \
383383
Use the following `cURL` command to trigger workflow:
384384

385385
```bash
386-
cURL -X POST "https://<DNS>/api/workflow/v1/workflow/segy-to-vds-conversion" \
386+
cURL -X POST "https://<DNS>/api/workflow/v1/workflow/<segy-to-vds-conversion dag id>" \
387387
-H "Authorization: Bearer <access_token>" \
388388
-H "Content-Type: application/json" \
389389
-d '{
@@ -431,21 +431,21 @@ cURL --request PUT \
431431

432432
### Verify File Conversion
433433

434-
Use the following `cURL` command to verify file conversion:
434+
Use the following `cURL` command to verify file conversion:
435435

436-
```bash
437-
cURL --request GET \
438-
--url 'http://{{seismic_ddms_host}}/utility/ls?sdpath=sd://{{tenant}}/{{vdsTestSubprojectName}}' \
439-
--header 'Authorization: Bearer {{access_token}}'
436+
```bash
437+
cURL --request GET \
438+
--url 'http://{{seismic_ddms_host}}/utility/ls?sdpath=sd://{{tenant}}/{{vdsTestSubprojectName}}' \
439+
--header 'Authorization: Bearer {{access_token}}'
440440

441-
```
441+
```
442442

443-
**Sample Response:**
444-
```json
445-
{
446-
List of datasets
447-
}
448-
```
443+
**Sample Response:**
444+
```json
445+
{
446+
List of datasets
447+
}
448+
```
449449

450450
1. You can see if the converted file is present using the following command in sdutil
451451

0 commit comments

Comments
 (0)