Class: DatadogAPIClient::V1::SyntheticsTestOptionsMonitorOptions

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_messageObject

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
  @escalation_message
end

#notification_preset_nameObject

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_intervalObject

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_occurrencesObject

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