Sha256: 96bef570a13395829a48d88aaffcd53c254a398a545d3bb779a61281ab49d2f3

Contents?: true

Size: 1.7 KB

Versions: 7

Compression:

Stored size: 1.7 KB

Contents

# DatadogAPIClient::V1::Host

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **aliases** | **Array<String>** | Host aliases collected by Datadog. | [optional] |
| **apps** | **Array<String>** | The Datadog integrations reporting metrics for the host. | [optional] |
| **aws_name** | **String** | AWS name of your host. | [optional] |
| **host_name** | **String** | The host name. | [optional] |
| **id** | **Integer** | The host ID. | [optional] |
| **is_muted** | **Boolean** | If a host is muted or unmuted. | [optional] |
| **last_reported_time** | **Integer** | Last time the host reported a metric data point. | [optional] |
| **meta** | [**HostMeta**](HostMeta.md) |  | [optional] |
| **metrics** | [**HostMetrics**](HostMetrics.md) |  | [optional] |
| **mute_timeout** | **Integer** | Timeout of the mute applied to your host. | [optional] |
| **name** | **String** | The host name. | [optional] |
| **sources** | **Array<String>** | Source or cloud provider associated with your host. | [optional] |
| **tags_by_source** | **Hash<String, Array<String>>** | List of tags for each source (AWS, Datadog Agent, Chef..). | [optional] |
| **up** | **Boolean** | Displays UP when the expected metrics are received and displays `???` if no metrics are received. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::Host.new(
  aliases: null,
  apps: null,
  aws_name: mycoolhost-1,
  host_name: i-deadbeef,
  id: 123456,
  is_muted: false,
  last_reported_time: 1565000000,
  meta: null,
  metrics: null,
  mute_timeout: null,
  name: i-hostname,
  sources: null,
  tags_by_source: null,
  up: true
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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