ingest_events
Send custom events to Dynatrace with event type, title, and optional properties for monitoring and alerting.
Instructions
Ingest a custom event into Dynatrace via POST /api/v2/events/ingest (WRITE). Requires DT_ENABLE_WRITES=true and a classic API token with the events.ingest scope. Required fields: eventType (e.g. CUSTOM_INFO, CUSTOM_DEPLOYMENT, AVAILABILITY_EVENT), title. Optional: entitySelector, properties (key/value map), startTime, endTime, timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Event payload: eventType, title, properties, etc. per spec |