docs/v1/Monitor.md in datadog_api_client-1.0.0 vs docs/v1/Monitor.md in datadog_api_client-1.1.0
- old
+ new
@@ -13,15 +13,15 @@
| **multi** | **Boolean** | Whether or not the monitor is broken down on different groups. | [optional][readonly] |
| **name** | **String** | The monitor name. | [optional] |
| **options** | [**MonitorOptions**](MonitorOptions.md) | | [optional] |
| **overall_state** | [**MonitorOverallStates**](MonitorOverallStates.md) | | [optional] |
| **priority** | **Integer** | Integer from 1 (high) to 5 (low) indicating alert severity. | [optional] |
-| **query** | **String** | The monitor query. | [optional] |
+| **query** | **String** | The monitor query. | |
| **restricted_roles** | **Array<String>** | A list of role identifiers that can be pulled from the Roles API. Cannot be used with `locked` option. | [optional] |
| **state** | [**MonitorState**](MonitorState.md) | | [optional] |
| **tags** | **Array<String>** | Tags associated to your monitor. | [optional] |
-| **type** | [**MonitorType**](MonitorType.md) | | [optional] |
+| **type** | [**MonitorType**](MonitorType.md) | | |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -36,10 +36,10 @@
multi: null,
name: null,
options: null,
overall_state: null,
priority: null,
- query: null,
+ query: avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100,
restricted_roles: null,
state: null,
tags: null,
type: null
)