Class: DatadogAPIClient::V2::DowntimeMonitorIdentifierTags

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/downtime_monitor_identifier_tags.rb

Overview

Object of the monitor tags.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#monitor_tagsObject

A list of monitor tags. For example, tags that are applied directly to monitors, not tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies. The resulting downtime applies to monitors that match all provided monitor tags. Setting monitor_tags to [*] configures the downtime to mute all monitors for the given scope.



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

def monitor_tags
  @monitor_tags
end