Skip to content

Commit afdc539

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update event type for Watchdog monitor (#1816)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 1f0f241 commit afdc539

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-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": "2023-12-20 18:12:47.301857",
8-
"spec_repo_commit": "0ea19912"
7+
"regenerated": "2023-12-27 15:09:17.062005",
8+
"spec_repo_commit": "61dc4c3e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-12-20 18:12:47.362069",
13-
"spec_repo_commit": "0ea19912"
12+
"regenerated": "2023-12-27 15:09:17.081944",
13+
"spec_repo_commit": "61dc4c3e"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26345,7 +26345,7 @@ paths:
2634526345

2634626346
- SLO: `slo alert`
2634726347

26348-
- watchdog: `event alert`
26348+
- watchdog: `event-v2 alert`
2634926349

2635026350
- event-v2: `event-v2 alert`
2635126351

src/datadog_api_client/v1/api/monitors_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def create_monitor(
391391
* process: ``service check``
392392
* rum: ``rum alert``
393393
* SLO: ``slo alert``
394-
* watchdog: ``event alert``
394+
* watchdog: ``event-v2 alert``
395395
* event-v2: ``event-v2 alert``
396396
* audit: ``audit alert``
397397
* error-tracking: ``error-tracking alert``

0 commit comments

Comments
 (0)