Skip to content

Commit 36d2fc4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit bba4cab7 of spec repo
1 parent 7b9a7b2 commit 36d2fc4

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
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-06 18:09:35.583380",
8-
"spec_repo_commit": "c020103f"
7+
"regenerated": "2025-01-06 21:15:58.681683",
8+
"spec_repo_commit": "bba4cab7"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-06 18:09:35.598041",
13-
"spec_repo_commit": "c020103f"
12+
"regenerated": "2025-01-06 21:15:58.696680",
13+
"spec_repo_commit": "bba4cab7"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48215,7 +48215,11 @@ tags:
4821548215
to the Events Explorer
4821648216

4821748217
and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
48218-
for more information.'
48218+
for more information.
48219+
48220+
**Update to the aggregation_key for Datadog monitor events:** Currently, the aggregation_key
48221+
is unique per Monitor ID. Starting March 1st, we will update it to be unique per
48222+
Monitor ID and Monitor Group. Please reach out to support if you have any question.'
4821948223
name: Events
4822048224
- description: Manage your Datadog Fastly integration accounts and services directly
4822148225
through the Datadog API. See the [Fastly integration page](https://docs.datadoghq.com/integrations/fastly/)

features/v2/events.feature

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ 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. Please reach out to support if you have any question.
710

811
Background:
912
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)