Skip to content

Commit

Permalink
Regenerate client from commit 618968b6 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 9, 2025
1 parent 263c801 commit a4affc6
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-09 20:03:49.413256",
"spec_repo_commit": "07ed2f56"
"regenerated": "2025-01-09 21:10:08.020169",
"spec_repo_commit": "618968b6"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-09 20:03:49.430104",
"spec_repo_commit": "07ed2f56"
"regenerated": "2025-01-09 21:10:08.035040",
"spec_repo_commit": "618968b6"
}
}
}
13 changes: 10 additions & 3 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36665,10 +36665,17 @@ tags:
end times, prevent all alerting related to specified Datadog tags.'
name: Downtimes
- description: 'The Event Management API allows you to programmatically post events
to the Events Explorer
to the Events Explorer and fetch events from the Events Explorer. See the [Event
Management page](https://docs.datadoghq.com/service_management/events/) for more
information.

and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
for more information.'

**Update to Datadog monitor events `aggregation_key` starting March 1, 2025:**
The Datadog monitor events `aggregation_key` is unique to each Monitor ID. Starting
March 1st, this key will also include Monitor Group, making it unique per *Monitor
ID and Monitor Group*. If you''re using monitor events `aggregation_key` in dashboard
queries or the Event API, you must migrate to use `@monitor.id`. Reach out to
[support](https://www.datadoghq.com/support/) if you have any question.'
name: Events
- description: 'Configure your Datadog-Google Cloud Platform (GCP) integration directly

Expand Down
13 changes: 10 additions & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48310,10 +48310,17 @@ tags:
end times, prevent all alerting related to specified Datadog tags.'
name: Downtimes
- description: 'The Event Management API allows you to programmatically post events
to the Events Explorer
to the Events Explorer and fetch events from the Events Explorer. See the [Event
Management page](https://docs.datadoghq.com/service_management/events/) for more
information.

and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
for more information.'

**Update to Datadog monitor events `aggregation_key` starting March 1, 2025:**
The Datadog monitor events `aggregation_key` is unique to each Monitor ID. Starting
March 1st, this key will also include Monitor Group, making it unique per *Monitor
ID and Monitor Group*. If you''re using monitor events `aggregation_key` in dashboard
queries or the Event API, you must migrate to use `@monitor.id`. Reach out to
[support](https://www.datadoghq.com/support/) if you have any question.'
name: Events
- description: Manage your Datadog Fastly integration accounts and services directly
through the Datadog API. See the [Fastly integration page](https://docs.datadoghq.com/integrations/fastly/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ Feature: Events
The Event Management API allows you to programmatically post events to the
Events Explorer and fetch events from the Events Explorer. See the [Event
Management page](https://docs.datadoghq.com/service_management/events/)
for more information.
for more information. **Update to Datadog monitor events
`aggregation_key` starting March 1, 2025:** The Datadog monitor events
`aggregation_key` is unique to each Monitor ID. Starting March 1st, this
key will also include Monitor Group, making it unique per *Monitor ID and
Monitor Group*. If you're using monitor events `aggregation_key` in
dashboard queries or the Event API, you must migrate to use `@monitor.id`.
Reach out to [support](https://www.datadoghq.com/support/) if you have any
question.

Background:
Given a valid "apiKeyAuth" key in the system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ Feature: Events
The Event Management API allows you to programmatically post events to the
Events Explorer and fetch events from the Events Explorer. See the [Event
Management page](https://docs.datadoghq.com/service_management/events/)
for more information.
for more information. **Update to Datadog monitor events
`aggregation_key` starting March 1, 2025:** The Datadog monitor events
`aggregation_key` is unique to each Monitor ID. Starting March 1st, this
key will also include Monitor Group, making it unique per *Monitor ID and
Monitor Group*. If you're using monitor events `aggregation_key` in
dashboard queries or the Event API, you must migrate to use `@monitor.id`.
Reach out to [support](https://www.datadoghq.com/support/) if you have any
question.

Background:
Given a valid "apiKeyAuth" key in the system
Expand Down

0 comments on commit a4affc6

Please sign in to comment.