Sha256: e8e2f1b4940420dbee606c1f4b8f7b012bba896085069536b2537b7c2d6e88d1

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/MonitorThresholds.md
datadog_api_client-1.5.0 docs/v1/MonitorThresholds.md