Class: DatadogAPIClient::V1::MonitorStateGroup
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorStateGroup
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_state_group.rb
Overview
Monitor state for a single group.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#last_nodata_ts ⇒ Object
Latest timestamp the monitor was in NO_DATA state.
-
#last_notified_ts ⇒ Object
Latest timestamp of the notification sent for this monitor group.
-
#last_resolved_ts ⇒ Object
Latest timestamp the monitor group was resolved.
-
#last_triggered_ts ⇒ Object
Latest timestamp the monitor group triggered.
-
#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.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/monitor_state_group.rb', line 42 def additional_properties @additional_properties end |
#last_nodata_ts ⇒ Object
Latest timestamp the monitor was in NO_DATA state.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_state_group.rb', line 25 def last_nodata_ts @last_nodata_ts end |
#last_notified_ts ⇒ Object
Latest timestamp of the notification sent for this monitor group.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_state_group.rb', line 28 def last_notified_ts @last_notified_ts end |
#last_resolved_ts ⇒ Object
Latest timestamp the monitor group was resolved.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_state_group.rb', line 31 def last_resolved_ts @last_resolved_ts end |
#last_triggered_ts ⇒ Object
Latest timestamp the monitor group triggered.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/monitor_state_group.rb', line 34 def last_triggered_ts @last_triggered_ts end |
#name ⇒ Object
The name of the monitor.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/monitor_state_group.rb', line 37 def name @name end |
#status ⇒ Object
The different states your monitor can be in.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/monitor_state_group.rb', line 40 def status @status end |