| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimesResponse |
SyntheticsApi.listSyntheticsDowntimes()
List Synthetics downtimes.
|
SyntheticsDowntimesResponse |
SyntheticsApi.listSyntheticsDowntimes(SyntheticsApi.ListSyntheticsDowntimesOptionalParameters parameters)
List Synthetics downtimes.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsDowntimesResponse> |
SyntheticsApi.listSyntheticsDowntimesAsync()
List Synthetics downtimes.
|
CompletableFuture<SyntheticsDowntimesResponse> |
SyntheticsApi.listSyntheticsDowntimesAsync(SyntheticsApi.ListSyntheticsDowntimesOptionalParameters parameters)
List Synthetics downtimes.
|
ApiResponse<SyntheticsDowntimesResponse> |
SyntheticsApi.listSyntheticsDowntimesWithHttpInfo(SyntheticsApi.ListSyntheticsDowntimesOptionalParameters parameters)
Get a list of all Synthetics downtimes for your organization.
|
CompletableFuture<ApiResponse<SyntheticsDowntimesResponse>> |
SyntheticsApi.listSyntheticsDowntimesWithHttpInfoAsync(SyntheticsApi.ListSyntheticsDowntimesOptionalParameters parameters)
List Synthetics downtimes.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimesResponse |
SyntheticsDowntimesResponse.addDataItem(SyntheticsDowntimeData dataItem) |
SyntheticsDowntimesResponse |
SyntheticsDowntimesResponse.data(List<SyntheticsDowntimeData> data) |
SyntheticsDowntimesResponse |
SyntheticsDowntimesResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.