File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
articles/energy-data-services Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -376,13 +376,13 @@ cURL --request PUT \
376
376
377
377
Fetch the ID token from sdutil for the uploaded file or use an access/bearer token from cURL.
378
378
379
- ``` markdown
379
+ ``` Markdown
380
380
python sdutil auth idtoken
381
381
```
382
382
383
383
Use the following `cURL` command to trigger workflow:
384
384
385
- ```bash
385
+ ```Bash
386
386
cURL -X POST "https://<DNS>/api/workflow/v1/workflow/<segy-to-vds-conversion dag id>" \
387
387
-H "Authorization: Bearer <access_token>" \
388
388
-H "Content-Type: application/json" \
@@ -414,7 +414,7 @@ cURL --request PUT \
414
414
415
415
Use the following `cURL` command:
416
416
417
- ```bash
417
+ ```Bash
418
418
cURL -X GET "https://<DNS>/api/workflow/v1/workflow/segy-to-vds-conversion/<vds_run_id>" \
419
419
-H "Authorization: Bearer <access_token>" \
420
420
-H "Content-Type: application/json"
@@ -431,16 +431,15 @@ cURL --request PUT \
431
431
432
432
### Verify File Conversion
433
433
434
- Use the following `cURL` command to verify file conversion:
434
+ Use the following `cURL` command to verify file conversion:
435
435
436
- ```bash
436
+ ```Bash
437
437
cURL --request GET \
438
438
--url 'http://{{seismic_ddms_host}}/utility/ls?sdpath=sd://{{tenant}}/{{vdsTestSubprojectName}}' \
439
439
--header 'Authorization: Bearer {{access_token}}'
440
-
441
- ```
442
-
443
- **Sample Response:**
440
+ ```
441
+
442
+ ** Sample Response:**
444
443
```json
445
444
{
446
445
List of datasets
@@ -455,7 +454,7 @@ cURL --request PUT \
455
454
456
455
2. Verify the converted files are present on the specified location in DAG Trigger or not
457
456
458
- ```markdown
457
+ ` ` ` Markdown
459
458
python sdutil ls sd://< data-partition-id> /vdssubprojectname/
460
459
` ` `
461
460
You can’t perform that action at this time.
0 commit comments