@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ReportSchedulesApi extends Object
| Constructor and Description |
|---|
ReportSchedulesApi() |
ReportSchedulesApi(ApiClient apiClient) |
public ReportSchedulesApi()
public ReportSchedulesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic ReportScheduleResponse createReportSchedule(ReportScheduleCreateRequest body) throws ApiException
See createReportScheduleWithHttpInfo(com.datadog.api.client.v2.model.ReportScheduleCreateRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<ReportScheduleResponse> createReportScheduleAsync(ReportScheduleCreateRequest body)
See createReportScheduleWithHttpInfoAsync(com.datadog.api.client.v2.model.ReportScheduleCreateRequest).
body - (required)public ApiResponse<ReportScheduleResponse> createReportScheduleWithHttpInfo(ReportScheduleCreateRequest body) throws ApiException
generate_dashboard_reports permission.body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 201 | CREATED | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<ReportScheduleResponse>> createReportScheduleWithHttpInfoAsync(ReportScheduleCreateRequest body)
See createReportScheduleWithHttpInfo(com.datadog.api.client.v2.model.ReportScheduleCreateRequest).
body - (required)public ReportScheduleResponse patchReportSchedule(UUID scheduleUuid, ReportSchedulePatchRequest body) throws ApiException
scheduleUuid - The unique identifier of the report schedule to update. (required)body - (required)ApiException - if fails to make API callpublic CompletableFuture<ReportScheduleResponse> patchReportScheduleAsync(UUID scheduleUuid, ReportSchedulePatchRequest body)
scheduleUuid - The unique identifier of the report schedule to update. (required)body - (required)public ApiResponse<ReportScheduleResponse> patchReportScheduleWithHttpInfo(UUID scheduleUuid, ReportSchedulePatchRequest body) throws ApiException
resource_id and
resource_type) cannot be changed after creation. Requires the
generate_dashboard_reports permission and schedule ownership.scheduleUuid - The unique identifier of the report schedule to update. (required)body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<ReportScheduleResponse>> patchReportScheduleWithHttpInfoAsync(UUID scheduleUuid, ReportSchedulePatchRequest body)
scheduleUuid - The unique identifier of the report schedule to update. (required)body - (required)Copyright © 2026. All rights reserved.