Sha256: 3e703e07b479557c8c17ba6910df16c502b067b93231fd00d8f1e95382713dda
Contents?: true
Size: 934 Bytes
Versions: 2
Compression:
Stored size: 934 Bytes
Contents
# DatadogAPIClient::V1::UsageProfilingHour ## Properties | Name | Type | Description | Notes | | ----------------------------- | ----------- | -------------------------------------------------------------------------- | ---------- | | **avg_container_agent_count** | **Integer** | Get average number of container agents for that hour. | [optional] | | **host_count** | **Integer** | Contains the total number of profiled hosts reporting during a given hour. | [optional] | | **hour** | **Time** | The hour for the usage. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageProfilingHour.new( avg_container_agent_count: null, host_count: null, hour: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageProfilingHour.md |
datadog_api_client-1.5.0 | docs/v1/UsageProfilingHour.md |