Class: DatadogAPIClient::V1::MonitorGroupSearchResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorGroupSearchResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_group_search_result.rb
Overview
A single monitor group search result.
Instance Attribute Summary collapse
-
#group ⇒ Object
The name of the group.
-
#group_tags ⇒ Object
The list of tags of the monitor group.
-
#last_nodata_ts ⇒ Object
Latest timestamp the monitor group was in NO_DATA state.
-
#last_triggered_ts ⇒ Object
Latest timestamp the monitor group triggered.
-
#monitor_id ⇒ Object
The ID of the monitor.
-
#monitor_name ⇒ Object
The name of the monitor.
-
#status ⇒ Object
The different states your monitor can be in.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#group ⇒ Object
The name of the group.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 29 def group @group end |
#group_tags ⇒ Object
The list of tags of the monitor group.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 32 def end |
#last_nodata_ts ⇒ Object
Latest timestamp the monitor group was in NO_DATA state.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 35 def last_nodata_ts @last_nodata_ts end |
#last_triggered_ts ⇒ Object
Latest timestamp the monitor group triggered.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 38 def last_triggered_ts @last_triggered_ts end |
#monitor_id ⇒ Object
The ID of the monitor.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 41 def monitor_id @monitor_id end |
#monitor_name ⇒ Object
The name of the monitor.
44 45 46 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 44 def monitor_name @monitor_name end |
#status ⇒ Object
The different states your monitor can be in.
47 48 49 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 47 def status @status end |