@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BitsAiApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BitsAiApi.ListInvestigationsOptionalParameters
Manage optional parameters to listInvestigations.
|
| Constructor and Description |
|---|
BitsAiApi() |
BitsAiApi(ApiClient apiClient) |
public BitsAiApi()
public BitsAiApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic GetInvestigationResponse getInvestigation(String id) throws ApiException
id - The ID of the investigation. (required)ApiException - if fails to make API callpublic CompletableFuture<GetInvestigationResponse> getInvestigationAsync(String id)
id - The ID of the investigation. (required)public ApiResponse<GetInvestigationResponse> getInvestigationWithHttpInfo(String id) throws ApiException
id - The ID of the investigation. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<GetInvestigationResponse>> getInvestigationWithHttpInfoAsync(String id)
id - The ID of the investigation. (required)public ListInvestigationsResponse listInvestigations() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<ListInvestigationsResponse> listInvestigationsAsync()
public ListInvestigationsResponse listInvestigations(BitsAiApi.ListInvestigationsOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<ListInvestigationsResponse> listInvestigationsAsync(BitsAiApi.ListInvestigationsOptionalParameters parameters)
parameters - Optional parameters for the request.public PaginationIterable<ListInvestigationsResponseData> listInvestigationsWithPagination()
public PaginationIterable<ListInvestigationsResponseData> listInvestigationsWithPagination(BitsAiApi.ListInvestigationsOptionalParameters parameters)
public ApiResponse<ListInvestigationsResponse> listInvestigationsWithHttpInfo(BitsAiApi.ListInvestigationsOptionalParameters 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 | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<ListInvestigationsResponse>> listInvestigationsWithHttpInfoAsync(BitsAiApi.ListInvestigationsOptionalParameters parameters)
parameters - Optional parameters for the request.public TriggerInvestigationResponse triggerInvestigation(TriggerInvestigationRequest body) throws ApiException
See triggerInvestigationWithHttpInfo(com.datadog.api.client.v2.model.TriggerInvestigationRequest).
body - Trigger investigation request body. (required)ApiException - if fails to make API callpublic CompletableFuture<TriggerInvestigationResponse> triggerInvestigationAsync(TriggerInvestigationRequest body)
See triggerInvestigationWithHttpInfoAsync(com.datadog.api.client.v2.model.TriggerInvestigationRequest).
body - Trigger investigation request body. (required)public ApiResponse<TriggerInvestigationResponse> triggerInvestigationWithHttpInfo(TriggerInvestigationRequest body) throws ApiException
body - Trigger investigation request body. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<TriggerInvestigationResponse>> triggerInvestigationWithHttpInfoAsync(TriggerInvestigationRequest body)
See triggerInvestigationWithHttpInfo(com.datadog.api.client.v2.model.TriggerInvestigationRequest).
body - Trigger investigation request body. (required)Copyright © 2026. All rights reserved.