Sha256: 71d452adbd6645dc6df46373ed44ddc6e1e44554869bf67e9ad0ccc9a02a2998

Contents?: true

Size: 651 Bytes

Versions: 2

Compression:

Stored size: 651 Bytes

Contents

# DatadogAPIClient::V1::HostTotals

## Properties

| Name             | Type        | Description                                                    | Notes      |
| ---------------- | ----------- | -------------------------------------------------------------- | ---------- |
| **total_active** | **Integer** | Total number of active host (UP and ???) reporting to Datadog. | [optional] |
| **total_up**     | **Integer** | Number of host that are UP and reporting to Datadog.           | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::HostTotals.new(
  total_active: null,
  total_up: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/HostTotals.md
datadog_api_client-1.5.0 docs/v1/HostTotals.md