| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
HostTotals |
HostsApi.getHostTotals()
Get the total number of active hosts.
|
HostTotals |
HostsApi.getHostTotals(HostsApi.GetHostTotalsOptionalParameters parameters)
Get the total number of active hosts.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HostTotals> |
HostsApi.getHostTotalsAsync()
Get the total number of active hosts.
|
CompletableFuture<HostTotals> |
HostsApi.getHostTotalsAsync(HostsApi.GetHostTotalsOptionalParameters parameters)
Get the total number of active hosts.
|
ApiResponse<HostTotals> |
HostsApi.getHostTotalsWithHttpInfo(HostsApi.GetHostTotalsOptionalParameters parameters)
This endpoint returns the total number of active and up hosts in your Datadog account.
|
CompletableFuture<ApiResponse<HostTotals>> |
HostsApi.getHostTotalsWithHttpInfoAsync(HostsApi.GetHostTotalsOptionalParameters parameters)
Get the total number of active hosts.
|
| Modifier and Type | Method and Description |
|---|---|
HostTotals |
HostTotals.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
HostTotals |
HostTotals.totalActive(Long totalActive) |
HostTotals |
HostTotals.totalUp(Long totalUp) |
Copyright © 2024. All rights reserved.