Skip to content
Snippets Groups Projects
Commit ed8d6f4a authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files
parents abbf29b9 babd0122
No related branches found
No related tags found
No related merge requests found
Pipeline #79867 passed
== Requests documentation for YORCA integration == Requests documentation for YORCA integration
This document provides a list and structure of request to start a data transfer with DLS. The minimal workflow currently defined in the project assumes that This document provides a list and structure of request to start a data transfer with DLS. The minimal workflow currently defined in the project assumes that
...@@ -39,5 +38,10 @@ curl -X POST -u USER:PASS -H "Content-Type: application/json" \ ...@@ -39,5 +38,10 @@ curl -X POST -u USER:PASS -H "Content-Type: application/json" \
$DLS/dags/taskflow_example/dagRuns $DLS/dags/taskflow_example/dagRuns
---- ----
=== Checking status ===
----
curl -X GET -u USER:PASS -H "Content-Type: application/json" $DLS/dags/taskflow_example/dagRuns
----
=== Comments === === Comments ===
I could image that a name of DLS pipeline (+taskflow_example+) can change and needs to be passed as parameter to YORC. I could image that a name of DLS pipeline (+taskflow_example+) can change and needs to be passed as parameter to YORC.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment