Create Event
POST {{baseUrl}}/api/events/
Create an event. Events are created asynchronously.
Successful response indicates that the event was validated and submitted for processing, but does not guarantee that processing is complete.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
events:write
Request Body
{"data"=>{"type"=>"event", "attributes"=>{"metric"=>{"name"=>"<string>", "service"=>"<string>"}, "time"=>"<dateTime>", "value"=>"<number>", "unique_id"=>"<string>"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |