Eventum Logo

Eventum

Startup

Get Generators In Startup

Get list of generator definitions in the startup file

GET
/startup/

Response Body

application/json

curl -X GET "https://eventum.example.com/api/startup/"
[
  {
    "timezone": "UTC",
    "batch": {
      "size": 1,
      "delay": 0.1
    },
    "queue": {
      "max_timestamp_batches": 10,
      "max_event_batches": 10
    },
    "keep_order": false,
    "max_concurrency": 100,
    "write_timeout": 10,
    "id": "string",
    "path": "string",
    "live_mode": true,
    "skip_past": true,
    "params": {},
    "autostart": true
  }
]
Empty