| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleResponse |
ReportSchedulesApi.toggleReportSchedule(UUID scheduleUuid,
ReportScheduleToggleRequest body)
Toggle a report schedule.
|
CompletableFuture<ReportScheduleResponse> |
ReportSchedulesApi.toggleReportScheduleAsync(UUID scheduleUuid,
ReportScheduleToggleRequest body)
Toggle a report schedule.
|
ApiResponse<ReportScheduleResponse> |
ReportSchedulesApi.toggleReportScheduleWithHttpInfo(UUID scheduleUuid,
ReportScheduleToggleRequest body)
Activate or pause a report schedule by setting its status to
active or
inactive. |
CompletableFuture<ApiResponse<ReportScheduleResponse>> |
ReportSchedulesApi.toggleReportScheduleWithHttpInfoAsync(UUID scheduleUuid,
ReportScheduleToggleRequest body)
Toggle a report schedule.
|
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleToggleRequest |
ReportScheduleToggleRequest.data(ReportScheduleToggleRequestData data) |
ReportScheduleToggleRequest |
ReportScheduleToggleRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.