Sha256: 8f5e36b781e1d79800d3b3a5e62ff2a1591287dacaba664f2db8958b8bdef039
Contents?: true
Size: 1.56 KB
Versions: 2
Compression:
Stored size: 1.56 KB
Contents
# DatadogAPIClient::V1::MonitorStateGroup ## Properties | Name | Type | Description | Notes | | --------------------- | --------------------------------------------------- | ----------------------------------------------------------------- | ---------- | | **last_nodata_ts** | **Integer** | Latest timestamp the monitor was in NO_DATA state. | [optional] | | **last_notified_ts** | **Integer** | Latest timestamp of the notification sent for this monitor group. | [optional] | | **last_resolved_ts** | **Integer** | Latest timestamp the monitor group was resolved. | [optional] | | **last_triggered_ts** | **Integer** | Latest timestamp the monitor group triggered. | [optional] | | **name** | **String** | The name of the monitor. | [optional] | | **status** | [**MonitorOverallStates**](MonitorOverallStates.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MonitorStateGroup.new( last_nodata_ts: null, last_notified_ts: null, last_resolved_ts: null, last_triggered_ts: null, name: null, status: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/MonitorStateGroup.md |
datadog_api_client-1.5.0 | docs/v1/MonitorStateGroup.md |