Generator configsName
Create Generator Config
Create generator configuration in the directory with specified name.
Path Parameters
name*string
Name of the generator directory
Request Body
application/json
input*array<||||||>
event*||
output*array<||||>
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://eventum.example.com/api/generator-configs/string" \ -H "Content-Type: application/json" \ -d '{ "input": [ { "cron": { "expression": "string", "count": 0 } } ], "event": { "replay": { "path": "string" } }, "output": [ { "clickhouse": { "host": "string", "table": "string" } } ] }'nullEmpty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Empty