Push an infrastructure event to Datadog

POST/api/v1/integrations/datadog/events

Parameters

This endpoint does not accept parameters.

Responses

201Event created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/integrations/datadog/events" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "title": "Resource added", "text": "New EC2 instance i-abc was discovered", "tags": ["source:kt"] }'

Response

201Event created
Example response not yet documented.