PreviewNameEvent pluginProduce
Produce Events
Produce events using initialized event plugin
Path Parameters
name*string
Name of the generator directory
Request Body
application/json
Response Body
application/json
application/json
curl -X POST "https://eventum.example.com/api/preview/string/event-plugin/produce" \ -H "Content-Type: application/json" \ -d '[ { "timestamp": "2019-08-24T14:15:22Z", "tags": [ "string" ] } ]'{
"events": [
"string"
],
"errors": [
{
"index": 0,
"message": "string",
"context": {}
}
],
"exhausted": true
}Empty
Empty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}