Skip to main content
POST
/
api
/
v1
/
data
/
events
cURL
curl --request POST \
  --url https://tenant.chronosphere.io/api/v1/data/events \
  --header 'API-Token: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "event": {
    "category": "<string>",
    "happened_at": "2023-11-07T05:31:56Z",
    "labels": {},
    "payload_json": "<string>",
    "payload_object": {},
    "source": "<string>",
    "title": "<string>",
    "type": "<string>"
  }
}
'
{}

Authorizations

API-Token
string
header
required

Chronosphere API token

Body

application/json
event
object

Event to create.

Response

A successful response.

The response is of type object.