Created
August 6, 2018 15:35
-
-
Save zuhrig/10bbac3a91712899e0b30d2e0ace711c to your computer and use it in GitHub Desktop.
trigger pipeline detailus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# trigger pipeline start | |
curl --request POST \ | |
--url http://lab-tools-app1-staging.east/api/queues/pipeline.started.v1/produce \ | |
--header 'content-type: application/json' \ | |
--data '{ | |
"_payload": { | |
"s3_sequence_url": "s3://ubiome-raw/production/NS500457/seqRun_{{seqRunId}}/180529_NS500457_0340_AH37LHAFXY", | |
"annotation_id": 538 | |
}, | |
"_user_id": "{{tuUserIdDeUbiome}}" | |
}' | |
# trigger pipeline finshed | |
curl --request POST \ | |
--url http://lab-tools-app1-staging.east/api/queues/pipeline.finished.v1/produce \ | |
--header 'content-type: application/json' \ | |
--data '{ | |
"_payload": { | |
"s3_sequence_url": "s3://ubiome-raw/production/NS500457/seqRun_698/180529_NS500457_0340_AH37LHAFXY", | |
"annotation_id": 538 | |
}, | |
"_user_id": "1937ee4a-fbd2-4215-b417-b739d1152c3d" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment