Get the list of all jobs configurations loaded on this node. A job describe how a process can be launched on the machine. Each jobs are prefixed by the session name: <session>.<jobname>.
None
GET http://localhost:5000/jobs
{ "jobs": [ "procfile.dummy", "procfile.dummy1", "procfile.echo" ] }
Authentication | Require an admin |
HTTP Method | GET |