Sha256: faa972e752560c6768bf2d80468da5fe2d896ca1078a4308f53f56222dc50c5d
Contents?: true
Size: 1.93 KB
Versions: 4
Compression:
Stored size: 1.93 KB
Contents
# DatadogAPIClient::V1::Monitor ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created** | **Time** | Timestamp of the monitor creation. | [optional][readonly] | | **creator** | [**Creator**](Creator.md) | | [optional] | | **deleted** | **Time** | Whether or not the monitor is deleted. (Always `null`) | [optional][readonly] | | **id** | **Integer** | ID of this monitor. | [optional][readonly] | | **message** | **String** | A message to include with notifications for this monitor. | [optional] | | **modified** | **Time** | Last timestamp when the monitor was edited. | [optional][readonly] | | **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. | | | **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) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::Monitor.new( created: null, creator: null, deleted: null, id: null, message: null, modified: null, multi: null, name: null, options: null, overall_state: null, priority: null, query: avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100, restricted_roles: null, state: null, tags: null, type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.4.0 | docs/v1/Monitor.md |
datadog_api_client-1.3.0 | docs/v1/Monitor.md |
datadog_api_client-1.2.0 | docs/v1/Monitor.md |
datadog_api_client-1.1.0 | docs/v1/Monitor.md |