GET /jobs/<sessionid>/<jobname>/numprocesses

Get the number of processes thta should be kept alive for a job configuration.

Parameters

None

Example of request

GET http://localhost:5000/jobs/procfile/dummy/numprocesses

{
    "numprocesses": 2
}

resources informations

Authentication Require an admin or a session manager
HTTP Method GET