ingest_bizevents
Ingest CloudEvent business events into Dynatrace via API. Enables business-level monitoring and alerting.
Instructions
Ingest a business event (CloudEvent) into Dynatrace via POST /api/v2/bizevents/ingest (WRITE). Requires DT_ENABLE_WRITES=true and a classic API token with the bizevents.ingest scope. Required CloudEvent fields: id, source, specversion, type. Optional: data, datacontenttype, dataschema, dtcontext, subject, time, traceparent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bizevent | Yes | Business event payload per spec |