Skip to content

Commit 5c2dcd0

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 32a6dded of spec repo
1 parent 568e217 commit 5c2dcd0

File tree

5 files changed

+36
-16
lines changed

5 files changed

+36
-16
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-01-08 14:02:25.736805",
8-
"spec_repo_commit": "1920836f"
7+
"regenerated": "2025-01-09 14:52:25.831214",
8+
"spec_repo_commit": "32a6dded"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-08 14:02:25.752564",
13-
"spec_repo_commit": "1920836f"
12+
"regenerated": "2025-01-09 14:52:25.846462",
13+
"spec_repo_commit": "32a6dded"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36664,11 +36664,15 @@ tags:
3666436664

3666536665
end times, prevent all alerting related to specified Datadog tags.'
3666636666
name: Downtimes
36667-
- description: 'The Event Management API allows you to programmatically post events
36668-
to the Events Explorer
36669-
36670-
and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
36671-
for more information.'
36667+
- description: "The Event Management API allows you to programmatically post events
36668+
to the Events Explorer and fetch events from the Events Explorer. See the [Event
36669+
Management page](https://docs.datadoghq.com/service_management/events/) for more
36670+
information.\n\n**Update to the aggregation_key for Datadog monitor events:**
36671+
Currently, the aggregation_key is unique per Monitor ID. Starting March 1st, we
36672+
will update it to be unique per Monitor ID and Monitor Group. If you\u2019re using
36673+
monitor events aggregation_key in dashboard queries or the Event API, please migrate
36674+
to using @monitor.id. Please reach out to [support](https://www.datadoghq.com/support/)
36675+
if you have any question."
3667236676
name: Events
3667336677
- description: 'Configure your Datadog-Google Cloud Platform (GCP) integration directly
3667436678

.generator/schemas/v2/openapi.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48309,11 +48309,15 @@ tags:
4830948309

4831048310
end times, prevent all alerting related to specified Datadog tags.'
4831148311
name: Downtimes
48312-
- description: 'The Event Management API allows you to programmatically post events
48313-
to the Events Explorer
48314-
48315-
and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
48316-
for more information.'
48312+
- description: "The Event Management API allows you to programmatically post events
48313+
to the Events Explorer and fetch events from the Events Explorer. See the [Event
48314+
Management page](https://docs.datadoghq.com/service_management/events/) for more
48315+
information.\n\n**Update to the aggregation_key for Datadog monitor events:**
48316+
Currently, the aggregation_key is unique per Monitor ID. Starting March 1st, we
48317+
will update it to be unique per Monitor ID and Monitor Group. If you\u2019re using
48318+
monitor events aggregation_key in dashboard queries or the Event API, please migrate
48319+
to using @monitor.id. Please reach out to [support](https://www.datadoghq.com/support/)
48320+
if you have any question."
4831748321
name: Events
4831848322
- description: Manage your Datadog Fastly integration accounts and services directly
4831948323
through the Datadog API. See the [Fastly integration page](https://docs.datadoghq.com/integrations/fastly/)

features/v1/events.feature

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ Feature: Events
33
The Event Management API allows you to programmatically post events to the
44
Events Explorer and fetch events from the Events Explorer. See the [Event
55
Management page](https://docs.datadoghq.com/service_management/events/)
6-
for more information.
6+
for more information. **Update to the aggregation_key for Datadog monitor
7+
events:** Currently, the aggregation_key is unique per Monitor ID.
8+
Starting March 1st, we will update it to be unique per Monitor ID and
9+
Monitor Group. If you’re using monitor events aggregation_key in dashboard
10+
queries or the Event API, please migrate to using @monitor.id. Please
11+
reach out to [support](https://www.datadoghq.com/support/) if you have any
12+
question.
713

814
Background:
915
Given a valid "apiKeyAuth" key in the system

features/v2/events.feature

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ Feature: Events
33
The Event Management API allows you to programmatically post events to the
44
Events Explorer and fetch events from the Events Explorer. See the [Event
55
Management page](https://docs.datadoghq.com/service_management/events/)
6-
for more information.
6+
for more information. **Update to the aggregation_key for Datadog monitor
7+
events:** Currently, the aggregation_key is unique per Monitor ID.
8+
Starting March 1st, we will update it to be unique per Monitor ID and
9+
Monitor Group. If you’re using monitor events aggregation_key in dashboard
10+
queries or the Event API, please migrate to using @monitor.id. Please
11+
reach out to [support](https://www.datadoghq.com/support/) if you have any
12+
question.
713

814
Background:
915
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)