Skip to content

Commit d499fe4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
authored andcommitted
Regenerate client from commit aa13f77 of spec repo (#33801)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 0a57730 commit d499fe4

File tree

2 files changed

+39
-5
lines changed

2 files changed

+39
-5
lines changed

data/api/v2/full_spec.yaml

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70571,15 +70571,49 @@ paths:
7057170571
events with the `change` or `alert` category** are in General Availability.
7057270572
For change events, see [Change Tracking](https://docs.datadoghq.com/change_tracking)
7057370573
for more details.\n\n\u274C For use cases involving other event categories,
70574-
use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/).\n\n\u274C
70575-
Notifications are not yet supported for events sent to this endpoint. Use
70576-
the V1 endpoint for notification functionality."
70574+
use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/)."
7057770575
operationId: CreateEvent
7057870576
requestBody:
7057970577
content:
7058070578
application/json:
7058170579
examples:
70582-
json-request-body:
70580+
alert-event:
70581+
description: Example of an alert event for tracking alerts and monitoring
70582+
events.
70583+
summary: Alert Event
70584+
value:
70585+
data:
70586+
attributes:
70587+
aggregation_key: deduplication_key_here
70588+
attributes:
70589+
custom:
70590+
my-object-attribute:
70591+
my-array-attribute:
70592+
- 1
70593+
- 2
70594+
- 3
70595+
my-array-object-attribute:
70596+
- name: test-object-1
70597+
- name: test-object-2
70598+
my-integer-attribute: 1
70599+
my-string-attribute: my-custom-value
70600+
links:
70601+
- category: runbook
70602+
title: Datadog website
70603+
url: https://datadoghq.com
70604+
priority: '1'
70605+
status: error
70606+
category: alert
70607+
message: Something is broken!
70608+
tags:
70609+
- service:my-test-service
70610+
- datacenter:primary
70611+
title: My Alerting Event
70612+
type: event
70613+
change-event:
70614+
description: Example of a change event for tracking configuration
70615+
or feature flag changes.
70616+
summary: Change Event
7058370617
value:
7058470618
data:
7058570619
attributes:

data/api/v2/translate_actions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@
10721072
"summary": "Get a list of events"
10731073
},
10741074
"CreateEvent": {
1075-
"description": "This endpoint allows you to publish events.\n\n**Note:** To utilize this endpoint with our client libraries, please ensure you are using the latest version released on or after July 1, 2025. Earlier versions do not support this functionality.\n\n**Important:** Upgrade to the latest client library version to use the updated endpoint at `https://event-management-intake.{site}/api/v2/events`. Older client library versions of the Post an event (v2) API send requests to a deprecated endpoint (`https://api.{site}/api/v2/events`).\n\n✅ **Only events with the `change` or `alert` category** are in General Availability. For change events, see [Change Tracking](https://docs.datadoghq.com/change_tracking) for more details.\n\n❌ For use cases involving other event categories, use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/).\n\n❌ Notifications are not yet supported for events sent to this endpoint. Use the V1 endpoint for notification functionality.",
1075+
"description": "This endpoint allows you to publish events.\n\n**Note:** To utilize this endpoint with our client libraries, please ensure you are using the latest version released on or after July 1, 2025. Earlier versions do not support this functionality.\n\n**Important:** Upgrade to the latest client library version to use the updated endpoint at `https://event-management-intake.{site}/api/v2/events`. Older client library versions of the Post an event (v2) API send requests to a deprecated endpoint (`https://api.{site}/api/v2/events`).\n\n✅ **Only events with the `change` or `alert` category** are in General Availability. For change events, see [Change Tracking](https://docs.datadoghq.com/change_tracking) for more details.\n\n❌ For use cases involving other event categories, use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/).",
10761076
"summary": "Post an event",
10771077
"request_description": "Event creation request payload.",
10781078
"request_schema_description": "Payload for creating an event."

0 commit comments

Comments
 (0)