Skip to content

Commit 3fb34ab

Browse files
authored
Revert "Update api spec with additional monitor notification presets (#2939)" (#2947)
This reverts commit 0fc13ab.
1 parent 0fc13ab commit 3fb34ab

3 files changed

Lines changed: 0 additions & 18 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8391,18 +8391,12 @@ components:
83918391
- hide_query
83928392
- hide_handles
83938393
- hide_all
8394-
- hide_query_and_handles
8395-
- show_only_snapshot
8396-
- hide_handles_and_footer
83978394
type: string
83988395
x-enum-varnames:
83998396
- SHOW_ALL
84008397
- HIDE_QUERY
84018398
- HIDE_HANDLES
84028399
- HIDE_ALL
8403-
- HIDE_QUERY_AND_HANDLES
8404-
- SHOW_ONLY_SNAPSHOT
8405-
- HIDE_HANDLES_AND_FOOTER
84068400
MonitorOptionsSchedulingOptions:
84078401
description: Configuration options for scheduling.
84088402
properties:
@@ -18289,18 +18283,12 @@ components:
1828918283
- hide_all
1829018284
- hide_query
1829118285
- hide_handles
18292-
- hide_query_and_handles
18293-
- show_only_snapshot
18294-
- hide_handles_and_footer
1829518286
type: string
1829618287
x-enum-varnames:
1829718288
- SHOW_ALL
1829818289
- HIDE_ALL
1829918290
- HIDE_QUERY
1830018291
- HIDE_HANDLES
18301-
- HIDE_QUERY_AND_HANDLES
18302-
- SHOW_ONLY_SNAPSHOT
18303-
- HIDE_HANDLES_AND_FOOTER
1830418292
SyntheticsTestOptionsRetry:
1830518293
description: Object describing the retry strategy to apply to a Synthetic test.
1830618294
properties:

lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ class MonitorOptionsNotificationPresets
2525
HIDE_QUERY = "hide_query".freeze
2626
HIDE_HANDLES = "hide_handles".freeze
2727
HIDE_ALL = "hide_all".freeze
28-
HIDE_QUERY_AND_HANDLES = "hide_query_and_handles".freeze
29-
SHOW_ONLY_SNAPSHOT = "show_only_snapshot".freeze
30-
HIDE_HANDLES_AND_FOOTER = "hide_handles_and_footer".freeze
3128
end
3229
end

lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options_notification_preset_name.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ class SyntheticsTestOptionsMonitorOptionsNotificationPresetName
2525
HIDE_ALL = "hide_all".freeze
2626
HIDE_QUERY = "hide_query".freeze
2727
HIDE_HANDLES = "hide_handles".freeze
28-
HIDE_QUERY_AND_HANDLES = "hide_query_and_handles".freeze
29-
SHOW_ONLY_SNAPSHOT = "show_only_snapshot".freeze
30-
HIDE_HANDLES_AND_FOOTER = "hide_handles_and_footer".freeze
3128
end
3229
end

0 commit comments

Comments
 (0)