File tree Expand file tree Collapse file tree
src/datadog_api_client/v2/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70290,15 +70290,49 @@ paths:
7029070290 events with the `change` or `alert` category** are in General Availability.
7029170291 For change events, see [Change Tracking](https://docs.datadoghq.com/change_tracking)
7029270292 for more details.\n\n\u274C For use cases involving other event categories,
70293- use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/).\n\n\u274C
70294- Notifications are not yet supported for events sent to this endpoint. Use
70295- the V1 endpoint for notification functionality."
70293+ use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/)."
7029670294 operationId: CreateEvent
7029770295 requestBody:
7029870296 content:
7029970297 application/json:
7030070298 examples:
70301- json-request-body:
70299+ alert-event:
70300+ description: Example of an alert event for tracking alerts and monitoring
70301+ events.
70302+ summary: Alert Event
70303+ value:
70304+ data:
70305+ attributes:
70306+ aggregation_key: deduplication_key_here
70307+ attributes:
70308+ custom:
70309+ my-object-attribute:
70310+ my-array-attribute:
70311+ - 1
70312+ - 2
70313+ - 3
70314+ my-array-object-attribute:
70315+ - name: test-object-1
70316+ - name: test-object-2
70317+ my-integer-attribute: 1
70318+ my-string-attribute: my-custom-value
70319+ links:
70320+ - category: runbook
70321+ title: Datadog website
70322+ url: https://datadoghq.com
70323+ priority: '1'
70324+ status: error
70325+ category: alert
70326+ message: Something is broken!
70327+ tags:
70328+ - service:my-test-service
70329+ - datacenter:primary
70330+ title: My Alerting Event
70331+ type: event
70332+ change-event:
70333+ description: Example of a change event for tracking configuration
70334+ or feature flag changes.
70335+ summary: Change Event
7030270336 value:
7030370337 data:
7030470338 attributes:
Original file line number Diff line number Diff line change @@ -213,8 +213,6 @@ def create_event(
213213
214214 ❌ For use cases involving other event categories, use the V1 endpoint or reach out to `support <https://www.datadoghq.com/support/>`_.
215215
216- ❌ Notifications are not yet supported for events sent to this endpoint. Use the V1 endpoint for notification functionality.
217-
218216 :param body: Event creation request payload.
219217 :type body: EventCreateRequestPayload
220218 :rtype: EventCreateResponsePayload
You can’t perform that action at this time.
0 commit comments