Skip to content

Commit 1e8d069

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 71086bf8 of spec repo
1 parent f8ed31e commit 1e8d069

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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": "2024-06-19 10:10:07.383265",
8-
"spec_repo_commit": "4edb50e4"
7+
"regenerated": "2024-06-25 18:54:15.912873",
8+
"spec_repo_commit": "71086bf8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-06-19 10:10:07.400551",
13-
"spec_repo_commit": "4edb50e4"
12+
"regenerated": "2024-06-25 18:54:15.931170",
13+
"spec_repo_commit": "71086bf8"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7642,6 +7642,7 @@ components:
76427642
- ci-tests alert
76437643
- error-tracking alert
76447644
- database-monitoring alert
7645+
- network-performance alert
76457646
example: query alert
76467647
type: string
76477648
x-enum-varnames:
@@ -7662,6 +7663,7 @@ components:
76627663
- CI_TESTS_ALERT
76637664
- ERROR_TRACKING_ALERT
76647665
- DATABASE_MONITORING_ALERT
7666+
- NETWORK_PERFORMANCE_ALERT
76657667
MonitorUpdateRequest:
76667668
description: Object describing a monitor update request.
76677669
properties:

lib/datadog_api_client/v1/models/monitor_type.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ class MonitorType
3838
CI_TESTS_ALERT = "ci-tests alert".freeze
3939
ERROR_TRACKING_ALERT = "error-tracking alert".freeze
4040
DATABASE_MONITORING_ALERT = "database-monitoring alert".freeze
41+
NETWORK_PERFORMANCE_ALERT = "network-performance alert".freeze
4142
end
4243
end

0 commit comments

Comments
 (0)