GET /pids

List all active processes.

Parameters

None

Example of request

GET http://localhost:5000/pids

Response

{
  "pids": [
    1,
    2,
    3,
    4,
  ]
}

resources informations

Authentication Require an admin
HTTP Method GET