Sha256: a9115a6730f3eb66da1065f7c8cebb50d9bd6ae6fb88096aae3cc4e3e0a9df91

Contents?: true

Size: 782 Bytes

Versions: 6

Compression:

Stored size: 782 Bytes

Contents

# DatadogAPIClient::V1::ServiceCheck

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **check** | **String** | The check. |  |
| **host_name** | **String** | The host name correlated with the check. |  |
| **message** | **String** | Message containing check status. | [optional] |
| **status** | [**ServiceCheckStatus**](ServiceCheckStatus.md) |  |  |
| **tags** | **Array<String>** | Tags related to a check. |  |
| **timestamp** | **Integer** | Time of check. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::ServiceCheck.new(
  check: app.ok,
  host_name: app.host1,
  message: app is running,
  status: null,
  tags: ["environment:test"],
  timestamp: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/ServiceCheck.md
datadog_api_client-1.3.0 docs/v1/ServiceCheck.md
datadog_api_client-1.2.0 docs/v1/ServiceCheck.md
datadog_api_client-1.1.0 docs/v1/ServiceCheck.md
datadog_api_client-1.0.0 docs/v1/ServiceCheck.md
datadog_api_client-1.0.0.beta.3 docs/v1/ServiceCheck.md