StartupId
Get Generator From Startup
Get generator definition from list in the startup file
Path Parameters
id*string
ID of the generator
Length
1 <= lengthResponse Body
application/json
application/json
curl -X GET "https://eventum.example.com/api/startup/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": {},
"autostart": true
}Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Empty