v51

OpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Event Forwarders

Create an event forwarder

Create a new event forwarder with the specified driver and configuration.

post/v1/event-forwarders

Request body

namestring required

Unique event forwarder name

descriptionstring

Event forwarder description

driverNamestring required

Event forwarder driver name

configurationobject

Driver-specific configuration object

Response

Event forwarder created successfully

namestring

Event forwarder name

descriptionstring

Event forwarder description

driverNamestring

Event forwarder driver name

configurationobject

Driver-specific configuration object

driverInitializedboolean

Whether the driver was initialized successfully

errorMessagestring

Last error message

sendStatusinteger

Last delivery status code

healthCheckStatusboolean

Health check status

lastMessageTimestring

Timestamp of last forwarded event

messageCountinteger

Total events forwarded

failureCountinteger

Total delivery failures

droppedCountinteger

Total events dropped

queueSizeinteger

Current event queue size