Post an event
POST {{baseUrl}}/api/v1/events
This endpoint allows you to post events to the stream. Tag them, set priority and event aggregate them with other events.
Request Body
{"title"=>"Did you hear the news today?", "text"=>"Oh boy!", "aggregation_key"=>"eu labore", "alert_type"=>"info", "date_happened"=>-11631711, "device_name"=>"consectetur", "host"=>"sint", "priority"=>"normal", "related_event_id"=>48952576, "source_type_name"=>"proident Lorem", "tags"=>["environment:test"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |