Eventum Logo

Eventum

Generators

List Generators

List ids of all generators

GET
/generators/

Response Body

application/json

curl -X GET "https://eventum.example.com/api/generators/"
[
  {
    "id": "string",
    "path": "string",
    "status": {
      "is_initializing": true,
      "is_running": true,
      "is_ended_up": true,
      "is_ended_up_successfully": true,
      "is_stopping": true
    },
    "start_time": "2019-08-24T14:15:22Z"
  }
]