Class: DatadogAPIClient::V2::DowntimeResponse

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

Downtime data.



28
29
30
# File 'lib/datadog_api_client/v2/models/downtime_response.rb', line 28

def data
  @data
end

#includedObject

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