Skip to content
Snippets Groups Projects
Commit babd0122 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

Update apirequests.adoc

parent 0ecdeb08
No related branches found
No related tags found
No related merge requests found
Pipeline #79196 passed
== 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
......@@ -39,5 +38,10 @@ curl -X POST -u USER:PASS -H "Content-Type: application/json" \
$DLS/dags/taskflow_example/dagRuns
----
=== Checking status ===
----
curl -X GET -u USER:PASS -H "Content-Type: application/json" $DLS/dags/taskflow_example/dagRuns
----
=== Comments ===
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