File tree Expand file tree Collapse file tree 2 files changed +303
-96
lines changed
articles/energy-data-services Expand file tree Collapse file tree 2 files changed +303
-96
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ cURL --request PUT \
383
383
Use the following `cURL` command to trigger workflow:
384
384
385
385
```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> " \
387
387
-H "Authorization: Bearer <access_token>" \
388
388
-H "Content-Type: application/json" \
389
389
-d '{
@@ -431,21 +431,21 @@ 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
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}}'
440
440
441
- ```
441
+ ```
442
442
443
- ** Sample Response:**
444
- ``` json
445
- {
446
- List of datasets
447
- }
448
- ```
443
+ **Sample Response:**
444
+ ```json
445
+ {
446
+ List of datasets
447
+ }
448
+ ```
449
449
450
450
1. You can see if the converted file is present using the following command in sdutil
451
451
You can’t perform that action at this time.
0 commit comments