@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RumApi.ListRUMEventsOptionalParameters
Manage optional parameters to listRUMEvents.
|
public RumApi()
public RumApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic RUMAnalyticsAggregateResponse aggregateRUMEvents(RUMAggregateRequest body) throws ApiException
See aggregateRUMEventsWithHttpInfo(com.datadog.api.client.v2.model.RUMAggregateRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<RUMAnalyticsAggregateResponse> aggregateRUMEventsAsync(RUMAggregateRequest body)
See aggregateRUMEventsWithHttpInfoAsync(com.datadog.api.client.v2.model.RUMAggregateRequest).
body - (required)public ApiResponse<RUMAnalyticsAggregateResponse> aggregateRUMEventsWithHttpInfo(RUMAggregateRequest body) throws ApiException
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<RUMAnalyticsAggregateResponse>> aggregateRUMEventsWithHttpInfoAsync(RUMAggregateRequest body)
See aggregateRUMEventsWithHttpInfo(com.datadog.api.client.v2.model.RUMAggregateRequest).
body - (required)public RUMApplicationResponse createRUMApplication(RUMApplicationCreateRequest body) throws ApiException
See createRUMApplicationWithHttpInfo(com.datadog.api.client.v2.model.RUMApplicationCreateRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<RUMApplicationResponse> createRUMApplicationAsync(RUMApplicationCreateRequest body)
See createRUMApplicationWithHttpInfoAsync(com.datadog.api.client.v2.model.RUMApplicationCreateRequest).
body - (required)public ApiResponse<RUMApplicationResponse> createRUMApplicationWithHttpInfo(RUMApplicationCreateRequest body) throws ApiException
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<RUMApplicationResponse>> createRUMApplicationWithHttpInfoAsync(RUMApplicationCreateRequest body)
See createRUMApplicationWithHttpInfo(com.datadog.api.client.v2.model.RUMApplicationCreateRequest).
body - (required)public void deleteRUMApplication(String id) throws ApiException
id - RUM application ID. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> deleteRUMApplicationAsync(String id)
See deleteRUMApplicationWithHttpInfoAsync(java.lang.String).
id - RUM application ID. (required)public ApiResponse<Void> deleteRUMApplicationWithHttpInfo(String id) throws ApiException
id - RUM application ID. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> deleteRUMApplicationWithHttpInfoAsync(String id)
id - RUM application ID. (required)public RUMApplicationResponse getRUMApplication(String id) throws ApiException
id - RUM application ID. (required)ApiException - if fails to make API callpublic CompletableFuture<RUMApplicationResponse> getRUMApplicationAsync(String id)
id - RUM application ID. (required)public ApiResponse<RUMApplicationResponse> getRUMApplicationWithHttpInfo(String id) throws ApiException
id - RUM application ID. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<RUMApplicationResponse>> getRUMApplicationWithHttpInfoAsync(String id)
id - RUM application ID. (required)public RUMApplicationsResponse getRUMApplications() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<RUMApplicationsResponse> getRUMApplicationsAsync()
public ApiResponse<RUMApplicationsResponse> getRUMApplicationsWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<RUMApplicationsResponse>> getRUMApplicationsWithHttpInfoAsync()
public RUMEventsResponse listRUMEvents() throws ApiException
See listRUMEventsWithHttpInfo(com.datadog.api.client.v2.api.RumApi.ListRUMEventsOptionalParameters).
ApiException - if fails to make API callpublic CompletableFuture<RUMEventsResponse> listRUMEventsAsync()
See listRUMEventsWithHttpInfoAsync(com.datadog.api.client.v2.api.RumApi.ListRUMEventsOptionalParameters).
public RUMEventsResponse listRUMEvents(RumApi.ListRUMEventsOptionalParameters parameters) throws ApiException
See listRUMEventsWithHttpInfo(com.datadog.api.client.v2.api.RumApi.ListRUMEventsOptionalParameters).
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<RUMEventsResponse> listRUMEventsAsync(RumApi.ListRUMEventsOptionalParameters parameters)
See listRUMEventsWithHttpInfoAsync(com.datadog.api.client.v2.api.RumApi.ListRUMEventsOptionalParameters).
parameters - Optional parameters for the request.public PaginationIterable<RUMEvent> listRUMEventsWithPagination()
See listRUMEventsWithHttpInfo(com.datadog.api.client.v2.api.RumApi.ListRUMEventsOptionalParameters).
public PaginationIterable<RUMEvent> listRUMEventsWithPagination(RumApi.ListRUMEventsOptionalParameters parameters)
See listRUMEventsWithHttpInfo(com.datadog.api.client.v2.api.RumApi.ListRUMEventsOptionalParameters).
public ApiResponse<RUMEventsResponse> listRUMEventsWithHttpInfo(RumApi.ListRUMEventsOptionalParameters parameters) throws ApiException
Use this endpoint to see your latest RUM events.
parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<RUMEventsResponse>> listRUMEventsWithHttpInfoAsync(RumApi.ListRUMEventsOptionalParameters parameters)
See listRUMEventsWithHttpInfo(com.datadog.api.client.v2.api.RumApi.ListRUMEventsOptionalParameters).
parameters - Optional parameters for the request.public RUMEventsResponse searchRUMEvents(RUMSearchEventsRequest body) throws ApiException
See searchRUMEventsWithHttpInfo(com.datadog.api.client.v2.model.RUMSearchEventsRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<RUMEventsResponse> searchRUMEventsAsync(RUMSearchEventsRequest body)
See searchRUMEventsWithHttpInfoAsync(com.datadog.api.client.v2.model.RUMSearchEventsRequest).
body - (required)public PaginationIterable<RUMEvent> searchRUMEventsWithPagination(RUMSearchEventsRequest body)
See searchRUMEventsWithHttpInfo(com.datadog.api.client.v2.model.RUMSearchEventsRequest).
body - (required)public ApiResponse<RUMEventsResponse> searchRUMEventsWithHttpInfo(RUMSearchEventsRequest body) throws ApiException
Use this endpoint to build complex RUM events filtering and search.
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<RUMEventsResponse>> searchRUMEventsWithHttpInfoAsync(RUMSearchEventsRequest body)
See searchRUMEventsWithHttpInfo(com.datadog.api.client.v2.model.RUMSearchEventsRequest).
body - (required)public RUMApplicationResponse updateRUMApplication(String id, RUMApplicationUpdateRequest body) throws ApiException
id - RUM application ID. (required)body - (required)ApiException - if fails to make API callpublic CompletableFuture<RUMApplicationResponse> updateRUMApplicationAsync(String id, RUMApplicationUpdateRequest body)
id - RUM application ID. (required)body - (required)public ApiResponse<RUMApplicationResponse> updateRUMApplicationWithHttpInfo(String id, RUMApplicationUpdateRequest body) throws ApiException
id - RUM application ID. (required)body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 404 | Not Found | - |
| 422 | Unprocessable Entity. | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<RUMApplicationResponse>> updateRUMApplicationWithHttpInfoAsync(String id, RUMApplicationUpdateRequest body)
id - RUM application ID. (required)body - (required)Copyright © 2024. All rights reserved.