Class: DatadogAPIClient::V1::SyntheticsTestOptionsMonitorOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsTestOptionsMonitorOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb
Overview
Object containing the options for a Synthetic test as a monitor (for example, renotification).
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#escalation_message ⇒ Object
Message to include in the escalation notification.
-
#notification_preset_name ⇒ Object
The name of the preset for the notification for the monitor.
-
#renotify_interval ⇒ Object
readonly
Time interval before renotifying if the test is still failing (in minutes).
-
#renotify_occurrences ⇒ Object
The number of times to renotify if the test is still failing.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb', line 38 def additional_properties @additional_properties end |
#escalation_message ⇒ Object
Message to include in the escalation notification.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb', line 26 def @escalation_message end |
#notification_preset_name ⇒ Object
The name of the preset for the notification for the monitor.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb', line 29 def notification_preset_name @notification_preset_name end |
#renotify_interval ⇒ Object
Time interval before renotifying if the test is still failing (in minutes).
33 34 35 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb', line 33 def renotify_interval @renotify_interval end |
#renotify_occurrences ⇒ Object
The number of times to renotify if the test is still failing.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb', line 36 def renotify_occurrences @renotify_occurrences end |