Skip to content

Commit abd5134

Browse files
author
Preeti Singh
committed
indentatiin
1 parent 980823a commit abd5134

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -376,13 +376,13 @@ cURL --request PUT \
376376

377377
Fetch the ID token from sdutil for the uploaded file or use an access/bearer token from cURL.
378378

379-
```markdown
379+
```Markdown
380380
python sdutil auth idtoken
381381
```
382382

383383
Use the following `cURL` command to trigger workflow:
384384

385-
```bash
385+
```Bash
386386
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" \
@@ -414,7 +414,7 @@ cURL --request PUT \
414414

415415
Use the following `cURL` command:
416416

417-
```bash
417+
```Bash
418418
cURL -X GET "https://<DNS>/api/workflow/v1/workflow/segy-to-vds-conversion/<vds_run_id>" \
419419
-H "Authorization: Bearer <access_token>" \
420420
-H "Content-Type: application/json"
@@ -431,16 +431,15 @@ 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
436+
```Bash
437437
cURL --request GET \
438438
--url 'http://{{seismic_ddms_host}}/utility/ls?sdpath=sd://{{tenant}}/{{vdsTestSubprojectName}}' \
439439
--header 'Authorization: Bearer {{access_token}}'
440-
441-
```
442-
443-
**Sample Response:**
440+
```
441+
442+
**Sample Response:**
444443
```json
445444
{
446445
List of datasets
@@ -455,7 +454,7 @@ cURL --request PUT \
455454

456455
2. Verify the converted files are present on the specified location in DAG Trigger or not
457456

458-
```markdown
457+
```Markdown
459458
python sdutil ls sd://<data-partition-id>/vdssubprojectname/
460459
```
461460

0 commit comments

Comments
 (0)