-
Notifications
You must be signed in to change notification settings - Fork 1.7k
REST API
Steve Ellis edited this page Feb 16, 2018
·
13 revisions
Action | Method | Path |
---|---|---|
Index Jobs | GET | /v2/jobs |
Create Job | POST | /v2/jobs |
Show Job | GET | /v2/jobs/:ID |
Show Job Run | GET | /v2/jobs/:ID/runs |
Create Job Run | POST | /v2/jobs/:JobID/runs |
Create Bridge Type | POST | /v2/bridge_types |