File tree Expand file tree Collapse file tree 2 files changed +38
-7
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 2 files changed +38
-7
lines changed Original file line number Diff line number Diff line change @@ -69351,15 +69351,49 @@ paths:
6935169351 events with the `change` or `alert` category** are in General Availability.
6935269352 For change events, see [Change Tracking](https://docs.datadoghq.com/change_tracking)
6935369353 for more details.\n\n\u274C For use cases involving other event categories,
69354- use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/).\n\n\u274C
69355- Notifications are not yet supported for events sent to this endpoint. Use
69356- the V1 endpoint for notification functionality."
69354+ use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/)."
6935769355 operationId: CreateEvent
6935869356 requestBody:
6935969357 content:
6936069358 application/json:
6936169359 examples:
69362- json-request-body:
69360+ alert-event:
69361+ description: Example of an alert event for tracking alerts and monitoring
69362+ events.
69363+ summary: Alert Event
69364+ value:
69365+ data:
69366+ attributes:
69367+ aggregation_key: deduplication_key_here
69368+ attributes:
69369+ custom:
69370+ my-object-attribute:
69371+ my-array-attribute:
69372+ - 1
69373+ - 2
69374+ - 3
69375+ my-array-object-attribute:
69376+ - name: test-object-1
69377+ - name: test-object-2
69378+ my-integer-attribute: 1
69379+ my-string-attribute: my-custom-value
69380+ links:
69381+ - category: runbook
69382+ title: Datadog website
69383+ url: https://datadoghq.com
69384+ priority: '1'
69385+ status: error
69386+ category: alert
69387+ message: Something is broken!
69388+ tags:
69389+ - service:my-test-service
69390+ - datacenter:primary
69391+ title: My Alerting Event
69392+ type: event
69393+ change-event:
69394+ description: Example of a change event for tracking configuration
69395+ or feature flag changes.
69396+ summary: Change Event
6936369397 value:
6936469398 data:
6936569399 attributes:
Original file line number Diff line number Diff line change @@ -103,9 +103,6 @@ public CompletableFuture<EventCreateResponsePayload> createEventAsync(
103103 * <p>❌ For use cases involving other event categories, use the V1 endpoint or reach out to <a
104104 * href="https://www.datadoghq.com/support/">support</a>.
105105 *
106- * <p>❌ Notifications are not yet supported for events sent to this endpoint. Use the V1 endpoint
107- * for notification functionality.
108- *
109106 * @param body Event creation request payload. (required)
110107 * @return ApiResponse<EventCreateResponsePayload>
111108 * @throws ApiException if fails to make API call
You can’t perform that action at this time.
0 commit comments