@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NetworkHealthInsightsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkHealthInsightsApi.ListNetworkHealthInsightsOptionalParameters
Manage optional parameters to listNetworkHealthInsights.
|
| Constructor and Description |
|---|
NetworkHealthInsightsApi() |
NetworkHealthInsightsApi(ApiClient apiClient) |
public NetworkHealthInsightsApi()
public NetworkHealthInsightsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic NetworkHealthInsightsResponse listNetworkHealthInsights() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<NetworkHealthInsightsResponse> listNetworkHealthInsightsAsync()
public NetworkHealthInsightsResponse listNetworkHealthInsights(NetworkHealthInsightsApi.ListNetworkHealthInsightsOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<NetworkHealthInsightsResponse> listNetworkHealthInsightsAsync(NetworkHealthInsightsApi.ListNetworkHealthInsightsOptionalParameters parameters)
parameters - Optional parameters for the request.public ApiResponse<NetworkHealthInsightsResponse> listNetworkHealthInsightsWithHttpInfo(NetworkHealthInsightsApi.ListNetworkHealthInsightsOptionalParameters parameters) throws ApiException
network-dns-logger, TLS
certificate metrics, and denied security group connections. Each insight identifies the client
and server services involved, the type of issue, and the magnitude of the failure observed
during the query window.parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 429 | Too many requests | - |
| 500 | Internal Server Error | - |
public CompletableFuture<ApiResponse<NetworkHealthInsightsResponse>> listNetworkHealthInsightsWithHttpInfoAsync(NetworkHealthInsightsApi.ListNetworkHealthInsightsOptionalParameters parameters)
parameters - Optional parameters for the request.Copyright © 2026. All rights reserved.