| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DowntimeResponse |
DowntimesApi.createDowntime(DowntimeCreateRequest body)
Schedule a downtime.
|
DowntimeResponse |
DowntimesApi.getDowntime(String downtimeId)
Get a downtime.
|
DowntimeResponse |
DowntimesApi.getDowntime(String downtimeId,
DowntimesApi.GetDowntimeOptionalParameters parameters)
Get a downtime.
|
DowntimeResponse |
DowntimesApi.updateDowntime(String downtimeId,
DowntimeUpdateRequest body)
Update a downtime.
|
| Modifier and Type | Method and Description |
|---|---|
DowntimeResponse |
DowntimeResponse.addIncludedItem(DowntimeResponseIncludedItem includedItem) |
DowntimeResponse |
DowntimeResponse.data(DowntimeResponseData data) |
DowntimeResponse |
DowntimeResponse.included(List<DowntimeResponseIncludedItem> included) |
DowntimeResponse |
DowntimeResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.