Class: DatadogAPIClient::V2::DowntimeResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DowntimeResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/downtime_response.rb
Overview
Downtiming gives you greater control over monitor notifications by allowing you to globally exclude scopes from alerting. Downtime settings, which can be scheduled with start and end times, prevent all alerting related to specified Datadog tags.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
Downtime data.
-
#included ⇒ Object
Array of objects related to the downtime that the user requested.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/downtime_response.rb', line 33 def additional_properties @additional_properties end |
#data ⇒ Object
Downtime data.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/downtime_response.rb', line 28 def data @data end |
#included ⇒ Object
Array of objects related to the downtime that the user requested.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/downtime_response.rb', line 31 def included @included end |