Skip to content

Commit

Permalink
Update event type for Watchdog monitor (#2332)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Dec 27, 2023
1 parent 2a5860b commit a719620
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": "2023-12-20 18:12:35.121618",
"spec_repo_commit": "0ea19912"
"regenerated": "2023-12-27 15:09:03.590991",
"spec_repo_commit": "61dc4c3e"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2023-12-20 18:12:35.142718",
"spec_repo_commit": "0ea19912"
"regenerated": "2023-12-27 15:09:03.612003",
"spec_repo_commit": "61dc4c3e"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26345,7 +26345,7 @@ paths:

- SLO: `slo alert`

- watchdog: `event alert`
- watchdog: `event-v2 alert`

- event-v2: `event-v2 alert`

Expand Down
2 changes: 1 addition & 1 deletion api/datadogV1/api_monitors.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (a *MonitorsApi) CheckCanDeleteMonitor(ctx _context.Context, monitorIds []i
// - process: `service check`
// - rum: `rum alert`
// - SLO: `slo alert`
// - watchdog: `event alert`
// - watchdog: `event-v2 alert`
// - event-v2: `event-v2 alert`
// - audit: `audit alert`
// - error-tracking: `error-tracking alert`
Expand Down

0 comments on commit a719620

Please sign in to comment.