Eventum Logo

Eventum

GeneratorsId

Get Generator

Get generator parameters

GET
/generators/{id}

Path Parameters

id*string

Generator id

Length1 <= length

Response Body

application/json

application/json

curl -X GET "https://eventum.example.com/api/generators/string"
{
  "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": {}
}
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}