GET /sessions

Get the list of all resources loaded on this node. A resource is a collection of job configuration. It is generally corresponding to the list of jobs needed for an application.

Parameters

None

Example of request

GET http://localhost:5000/sessions

{
    "sessions": [
        "procfile"
    ]
}

resources informations

Authentication Require an admin
HTTP Method GET