SyntheticsDowntimeResponse |
SyntheticsApi.createSyntheticsDowntime(SyntheticsDowntimeRequest body)
Create a Synthetics downtime.
|
CompletableFuture<SyntheticsDowntimeResponse> |
SyntheticsApi.createSyntheticsDowntimeAsync(SyntheticsDowntimeRequest body)
Create a Synthetics downtime.
|
ApiResponse<SyntheticsDowntimeResponse> |
SyntheticsApi.createSyntheticsDowntimeWithHttpInfo(SyntheticsDowntimeRequest body)
Create a new Synthetics downtime.
|
CompletableFuture<ApiResponse<SyntheticsDowntimeResponse>> |
SyntheticsApi.createSyntheticsDowntimeWithHttpInfoAsync(SyntheticsDowntimeRequest body)
Create a Synthetics downtime.
|
SyntheticsDowntimeResponse |
SyntheticsApi.updateSyntheticsDowntime(String downtimeId,
SyntheticsDowntimeRequest body)
Update a Synthetics downtime.
|
CompletableFuture<SyntheticsDowntimeResponse> |
SyntheticsApi.updateSyntheticsDowntimeAsync(String downtimeId,
SyntheticsDowntimeRequest body)
Update a Synthetics downtime.
|
ApiResponse<SyntheticsDowntimeResponse> |
SyntheticsApi.updateSyntheticsDowntimeWithHttpInfo(String downtimeId,
SyntheticsDowntimeRequest body)
Update a Synthetics downtime by its ID.
|
CompletableFuture<ApiResponse<SyntheticsDowntimeResponse>> |
SyntheticsApi.updateSyntheticsDowntimeWithHttpInfoAsync(String downtimeId,
SyntheticsDowntimeRequest body)
Update a Synthetics downtime.
|