Sha256: 35337f539647211b91fbaae55e412dcc87f1a8f49eefafd6a23e23dcf6598909

Contents?: true

Size: 1.82 KB

Versions: 4

Compression:

Stored size: 1.82 KB

Contents

# DatadogAPIClient::V1::MonitorSearchResult

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **classification** | **String** | Classification of the monitor. | [optional][readonly] |
| **creator** | [**Creator**](Creator.md) |  | [optional] |
| **id** | **Integer** | ID of the monitor. | [optional][readonly] |
| **last_triggered_ts** | **Integer** | Latest timestamp the monitor triggered. | [optional][readonly] |
| **metrics** | **Array<String>** | Metrics used by the monitor. | [optional][readonly] |
| **name** | **String** | The monitor name. | [optional][readonly] |
| **notifications** | [**Array<MonitorSearchResultNotification>**](MonitorSearchResultNotification.md) | The notification triggered by the monitor. | [optional][readonly] |
| **org_id** | **Integer** | The ID of the organization. | [optional][readonly] |
| **scopes** | **Array<String>** | The scope(s) to which the downtime applies, e.g. `host:app2`. Provide multiple scopes as a comma-separated list, e.g. `env:dev,env:prod`. The resulting downtime applies to sources that matches ALL provided scopes (i.e. `env:dev AND env:prod`), NOT any of them. | [optional] |
| **status** | [**MonitorOverallStates**](MonitorOverallStates.md) |  | [optional] |
| **tags** | **Array<String>** | Tags associated with the monitor. | [optional][readonly] |
| **type** | [**MonitorType**](MonitorType.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::MonitorSearchResult.new(
  classification: null,
  creator: null,
  id: null,
  last_triggered_ts: null,
  metrics: null,
  name: null,
  notifications: null,
  org_id: null,
  scopes: ["host:app2","env:dev,env:prod"],
  status: 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/MonitorSearchResult.md
datadog_api_client-1.3.0 docs/v1/MonitorSearchResult.md
datadog_api_client-1.2.0 docs/v1/MonitorSearchResult.md
datadog_api_client-1.1.0 docs/v1/MonitorSearchResult.md