Skip to content

Commit 41e1482

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 05963a4f of spec repo
1 parent ad0b1d0 commit 41e1482

File tree

5 files changed

+28
-14
lines changed

5 files changed

+28
-14
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 19:03:03.772449",
8-
"spec_repo_commit": "b56ea2d7"
7+
"regenerated": "2025-01-07 18:03:24.600912",
8+
"spec_repo_commit": "05963a4f"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-06 19:03:03.787661",
13-
"spec_repo_commit": "b56ea2d7"
12+
"regenerated": "2025-01-07 18:03:24.615901",
13+
"spec_repo_commit": "05963a4f"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36670,10 +36670,14 @@ tags:
3667036670
end times, prevent all alerting related to specified Datadog tags.'
3667136671
name: Downtimes
3667236672
- description: 'The Event Management API allows you to programmatically post events
36673-
to the Events Explorer
36674-
36675-
and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
36676-
for more information.'
36673+
to the Events Explorer and fetch events from the Events Explorer. See the [Event
36674+
Management page](https://docs.datadoghq.com/service_management/events/) for more
36675+
information. **Update to the aggregation_key for Datadog monitor events:** Currently,
36676+
the aggregation_key is unique per Monitor ID. Starting March 1st, we will update
36677+
it to be unique per Monitor ID and Monitor Group. Please reach out to support
36678+
if you have any question.
36679+
36680+
'
3667736681
name: Events
3667836682
- description: 'Configure your Datadog-Google Cloud Platform (GCP) integration directly
3667936683

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48236,10 +48236,14 @@ tags:
4823648236
end times, prevent all alerting related to specified Datadog tags.'
4823748237
name: Downtimes
4823848238
- description: 'The Event Management API allows you to programmatically post events
48239-
to the Events Explorer
48240-
48241-
and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
48242-
for more information.'
48239+
to the Events Explorer and fetch events from the Events Explorer. See the [Event
48240+
Management page](https://docs.datadoghq.com/service_management/events/) for more
48241+
information. **Update to the aggregation_key for Datadog monitor events:** Currently,
48242+
the aggregation_key is unique per Monitor ID. Starting March 1st, we will update
48243+
it to be unique per Monitor ID and Monitor Group. Please reach out to support
48244+
if you have any question.
48245+
48246+
'
4824348247
name: Events
4824448248
- description: Manage your Datadog Fastly integration accounts and services directly
4824548249
through the Datadog API. See the [Fastly integration page](https://docs.datadoghq.com/integrations/fastly/)

features/v1/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

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)