You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/energy-data-services/how-to-convert-segy-to-zgy.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,7 +384,7 @@ python sdutil auth idtoken
384
384
385
385
Use the following `cURL` command to trigger workflow:
386
386
387
-
```bash
387
+
```Bash
388
388
cURL -X POST "https://<DNS>/api/workflow/v1/workflow/<segy-to-zgy-conversion dag id>" \
389
389
-H "Authorization: Bearer <access_token>" \
390
390
-H "Content-Type: application/json" \
@@ -399,16 +399,16 @@ python sdutil auth idtoken
399
399
}
400
400
401
401
}'
402
-
```
402
+
```
403
403
404
-
**Sample Response:**
405
-
```json
404
+
**Sample Response:**
405
+
```json
406
406
{
407
407
"runId": "workflow-12345",
408
408
"status": "Running",
409
409
"message": "Workflow triggered successfully."
410
410
}
411
-
```
411
+
```
412
412
413
413
414
414
2. Let the DAG run to the `succeeded` state. You can check the status using the workflow status call. The run ID is in the response of the previous call
0 commit comments