GET /<pid>

Get the information and status of an active process. The name is <sessionid>.<jobname> .

Parameters

None

Example of request

GET http://localhost:5000/1

Response

  {
    "env": {},
    "redirect_input": false,
    "pid": 1,
    "active": true,
    "cmd": "python",
    "create_time": 1365797562.9,
    "custom_streams": [],
    "commited": false,
    "os_pid": 28661,
    "name": "procfile.dummy",
    "uid": null,
    "gid": null,
    "redirect_output": [
        "out",
        "err"
    ],
    "args": [
        "-u",
        "dummy.py"
    ]
}
  {
      "pid": 10
  }
  

resources informations

Authentication Require an admin
HTTP Method GET