| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeResponse |
SyntheticsApi.addTestToSyntheticsDowntime(String downtimeId,
String testId)
Add a test to a Synthetics downtime.
|
SyntheticsDowntimeResponse |
SyntheticsApi.createSyntheticsDowntime(SyntheticsDowntimeRequest body)
Create a Synthetics downtime.
|
SyntheticsDowntimeResponse |
SyntheticsApi.getSyntheticsDowntime(String downtimeId)
Get a Synthetics downtime.
|
SyntheticsDowntimeResponse |
SyntheticsApi.removeTestFromSyntheticsDowntime(String downtimeId,
String testId)
Remove a test from a Synthetics downtime.
|
SyntheticsDowntimeResponse |
SyntheticsApi.updateSyntheticsDowntime(String downtimeId,
SyntheticsDowntimeRequest body)
Update a Synthetics downtime.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeResponse |
SyntheticsDowntimeResponse.data(SyntheticsDowntimeData data) |
SyntheticsDowntimeResponse |
SyntheticsDowntimeResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.