Class: DatadogAPIClient::V2::DowntimeMonitorIdentifierTags
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DowntimeMonitorIdentifierTags
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#monitor_tags ⇒ Object
readonly
A list of monitor tags.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/downtime_monitor_identifier_tags.rb', line 30 def additional_properties @additional_properties end |
#monitor_tags ⇒ Object
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 end |