@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityRiskScoresApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters
Manage optional parameters to listEntityRiskScores.
|
| Constructor and Description |
|---|
EntityRiskScoresApi() |
EntityRiskScoresApi(ApiClient apiClient) |
public EntityRiskScoresApi()
public EntityRiskScoresApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic SecurityEntityRiskScoreResponse getEntityRiskScore(String entityId) throws ApiException
entityId - The URL-encoded unique identifier for the entity. (required)ApiException - if fails to make API callpublic CompletableFuture<SecurityEntityRiskScoreResponse> getEntityRiskScoreAsync(String entityId)
entityId - The URL-encoded unique identifier for the entity. (required)public ApiResponse<SecurityEntityRiskScoreResponse> getEntityRiskScoreWithHttpInfo(String entityId) throws ApiException
entityId - The URL-encoded unique identifier for the entity. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<SecurityEntityRiskScoreResponse>> getEntityRiskScoreWithHttpInfoAsync(String entityId)
entityId - The URL-encoded unique identifier for the entity. (required)public SecurityEntityRiskScoresResponse listEntityRiskScores() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<SecurityEntityRiskScoresResponse> listEntityRiskScoresAsync()
public SecurityEntityRiskScoresResponse listEntityRiskScores(EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<SecurityEntityRiskScoresResponse> listEntityRiskScoresAsync(EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters parameters)
parameters - Optional parameters for the request.public ApiResponse<SecurityEntityRiskScoresResponse> listEntityRiskScoresWithHttpInfo(EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 401 | Unauthorized | - |
| 403 | Forbidden | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<SecurityEntityRiskScoresResponse>> listEntityRiskScoresWithHttpInfoAsync(EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters parameters)
parameters - Optional parameters for the request.Copyright © 2026. All rights reserved.