Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Aloe curl updates #20

Open
JoshuaUrrutia opened this issue Jan 15, 2019 · 0 comments
Open

Aloe curl updates #20

JoshuaUrrutia opened this issue Jan 15, 2019 · 0 comments

Comments

@JoshuaUrrutia
Copy link
Contributor

When we update to using Aloe, the jobs-submit and jobs-cancel cURL commands will need to get tweaked.

jobs-submit:

 curl -sk -H "Authorization: Bearer $ALOE_TOKEN" -H "Content-Type:application/json" -X POST --data "@job.json" 'https://api.sd2e.org/jobs/v2/?pretty=true'

jobs-stop:

curl -sk -H "Authorization: Bearer $ALOE_TOKEN" -H "Content-type:application/json" -X POST 'https://api.sd2e.org/jobs/v2/55a9d3a1-22d3-452e-b601-4cd4295e7fe7-007/stop'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant