Skip to content

Instantly share code, notes, and snippets.

@zuhrig
Created August 6, 2018 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuhrig/10bbac3a91712899e0b30d2e0ace711c to your computer and use it in GitHub Desktop.
Save zuhrig/10bbac3a91712899e0b30d2e0ace711c to your computer and use it in GitHub Desktop.
trigger pipeline detailus
# 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