File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
lib/datadog_api_client/v1/models Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
4243end
You can’t perform that action at this time.
0 commit comments