@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DdsqlApi extends Object
| Constructor and Description |
|---|
DdsqlApi() |
DdsqlApi(ApiClient apiClient) |
public DdsqlApi()
public DdsqlApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic DdsqlTabularQueryResponse executeDdsqlTabularQuery(DdsqlTabularQueryRequest body) throws ApiException
See executeDdsqlTabularQueryWithHttpInfo(com.datadog.api.client.v2.model.DdsqlTabularQueryRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<DdsqlTabularQueryResponse> executeDdsqlTabularQueryAsync(DdsqlTabularQueryRequest body)
See executeDdsqlTabularQueryWithHttpInfoAsync(com.datadog.api.client.v2.model.DdsqlTabularQueryRequest).
body - (required)public ApiResponse<DdsqlTabularQueryResponse> executeDdsqlTabularQueryWithHttpInfo(DdsqlTabularQueryRequest body) throws ApiException
running state with an opaque
query_id for the client to poll, or a completed state with the column-major
result set inlined when the query finishes quickly enough to be served synchronously.body - (required)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<DdsqlTabularQueryResponse>> executeDdsqlTabularQueryWithHttpInfoAsync(DdsqlTabularQueryRequest body)
See executeDdsqlTabularQueryWithHttpInfo(com.datadog.api.client.v2.model.DdsqlTabularQueryRequest).
body - (required)public DdsqlTabularQueryResponse fetchDdsqlTabularQuery(DdsqlTabularQueryFetchRequest body) throws ApiException
See fetchDdsqlTabularQueryWithHttpInfo(com.datadog.api.client.v2.model.DdsqlTabularQueryFetchRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<DdsqlTabularQueryResponse> fetchDdsqlTabularQueryAsync(DdsqlTabularQueryFetchRequest body)
body - (required)public ApiResponse<DdsqlTabularQueryResponse> fetchDdsqlTabularQueryWithHttpInfo(DdsqlTabularQueryFetchRequest body) throws ApiException
query_id
returned by a prior ExecuteDdsqlTabularQuery (or by a prior
FetchDdsqlTabularQuery that returned state: running) and the server returns
either a running state to poll again or a completed state with the
column-major result set inlined.body - (required)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<DdsqlTabularQueryResponse>> fetchDdsqlTabularQueryWithHttpInfoAsync(DdsqlTabularQueryFetchRequest body)
See fetchDdsqlTabularQueryWithHttpInfo(com.datadog.api.client.v2.model.DdsqlTabularQueryFetchRequest).
body - (required)Copyright © 2026. All rights reserved.