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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 45 def additional_properties @additional_properties end |
#group ⇒ Object
The name of the group.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 25 def group @group end |
#group_tags ⇒ Object
The list of tags of the monitor group.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 28 def @group_tags end |
#last_nodata_ts ⇒ Object
Latest timestamp the monitor group was in NO_DATA state.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 31 def last_nodata_ts @last_nodata_ts end |
#last_triggered_ts ⇒ Object
Latest timestamp the monitor group triggered.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 34 def last_triggered_ts @last_triggered_ts end |
#monitor_id ⇒ Object
The ID of the monitor.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 37 def monitor_id @monitor_id end |
#monitor_name ⇒ Object
The name of the monitor.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 40 def monitor_name @monitor_name end |
#status ⇒ Object
The different states your monitor can be in.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 43 def status @status end |