Sha256: ccd2b1734b596092bf646404652b9c2f9124400b6f84a03026231ebf3b2e2da0
Contents?: true
Size: 901 Bytes
Versions: 7
Compression:
Stored size: 901 Bytes
Contents
# DatadogAPIClient::V1::MonitorThresholds ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **critical** | **Float** | The monitor `CRITICAL` threshold. | [optional] | | **critical_recovery** | **Float** | The monitor `CRITICAL` recovery threshold. | [optional] | | **ok** | **Float** | The monitor `OK` threshold. | [optional] | | **unknown** | **Float** | The monitor UNKNOWN threshold. | [optional] | | **warning** | **Float** | The monitor `WARNING` threshold. | [optional] | | **warning_recovery** | **Float** | The monitor `WARNING` recovery threshold. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MonitorThresholds.new( critical: null, critical_recovery: null, ok: null, unknown: null, warning: null, warning_recovery: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems