GET /jobs

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>.

Parameters

None

Example of request

GET http://localhost:5000/jobs

 {
    "jobs": [
        "procfile.dummy",
        "procfile.dummy1",
        "procfile.echo"
    ]
}

resources informations

Authentication Require an admin
HTTP Method GET