| Package | Description |
|---|---|
| com.datadog.api.client.v1.api |
| Modifier and Type | Method and Description |
|---|---|
HostsApi.GetHostTotalsOptionalParameters |
HostsApi.GetHostTotalsOptionalParameters.from(Long from)
Set from.
|
| Modifier and Type | Method and Description |
|---|---|
HostTotals |
HostsApi.getHostTotals(HostsApi.GetHostTotalsOptionalParameters parameters)
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.
|
Copyright © 2024. All rights reserved.