Skip to content

Commit 287a8fd

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update api spec with additional monitor notification presets (#2948)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 3fb34ab commit 287a8fd

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8391,12 +8391,18 @@ components:
83918391
- hide_query
83928392
- hide_handles
83938393
- hide_all
8394+
- hide_query_and_handles
8395+
- show_only_snapshot
8396+
- hide_handles_and_footer
83948397
type: string
83958398
x-enum-varnames:
83968399
- SHOW_ALL
83978400
- HIDE_QUERY
83988401
- HIDE_HANDLES
83998402
- HIDE_ALL
8403+
- HIDE_QUERY_AND_HANDLES
8404+
- SHOW_ONLY_SNAPSHOT
8405+
- HIDE_HANDLES_AND_FOOTER
84008406
MonitorOptionsSchedulingOptions:
84018407
description: Configuration options for scheduling.
84028408
properties:
@@ -18283,12 +18289,18 @@ components:
1828318289
- hide_all
1828418290
- hide_query
1828518291
- hide_handles
18292+
- hide_query_and_handles
18293+
- show_only_snapshot
18294+
- hide_handles_and_footer
1828618295
type: string
1828718296
x-enum-varnames:
1828818297
- SHOW_ALL
1828918298
- HIDE_ALL
1829018299
- HIDE_QUERY
1829118300
- HIDE_HANDLES
18301+
- HIDE_QUERY_AND_HANDLES
18302+
- SHOW_ONLY_SNAPSHOT
18303+
- HIDE_HANDLES_AND_FOOTER
1829218304
SyntheticsTestOptionsRetry:
1829318305
description: Object describing the retry strategy to apply to a Synthetic test.
1829418306
properties:

lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ 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
2831
end
2932
end

lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options_notification_preset_name.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ 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
2831
end
2932
end

0 commit comments

Comments
 (0)