Sha256: 41c1159ad1f437a242941045b0c94e7ddd399df628ef565b7b67c5335bf61a94
Contents?: true
Size: 488 Bytes
Versions: 7
Compression:
Stored size: 488 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
7 entries across 7 versions & 1 rubygems