Configures custom endpoints to ingest generic events.
The request consumes an application/json
payload.
POST | SaaS | https://{your-environment-id}.live.dynatrace.com/platform/ingest/custom/events/{endpoint} |
To execute this request, you need an access token with openpipeline.events.custom
scope.
To learn how to obtain and use it, see Tokens and authentication.
The configuration of the endpoint parameter.
Events
objectThe events to be ingested.
List of events that will get ingested.
This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request.
[{"event.id": 1,"additionalProp1": "bar","additionalProp2": "foo","additionalProp3": [{"prop1": "string","prop2": 1}]},{"event.id": 2,"additionalProp1": 123.45,"additionalProp2": "lorem","additionalProp3": [{"prop1": "string","prop2": 1}]}]
Accepted. Response doesn't have a body.