| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Downtime |
DowntimesApi.createDowntime(Downtime body)
Schedule a downtime.
|
Downtime |
DowntimesApi.getDowntime(Long downtimeId)
Get a downtime.
|
Downtime |
DowntimesApi.updateDowntime(Long downtimeId,
Downtime body)
Update a downtime.
|
| Modifier and Type | Method and Description |
|---|---|
Downtime |
DowntimesApi.createDowntime(Downtime body)
Schedule a downtime.
|
CompletableFuture<Downtime> |
DowntimesApi.createDowntimeAsync(Downtime body)
Schedule a downtime.
|
ApiResponse<Downtime> |
DowntimesApi.createDowntimeWithHttpInfo(Downtime body)
Schedule a downtime.
|
CompletableFuture<ApiResponse<Downtime>> |
DowntimesApi.createDowntimeWithHttpInfoAsync(Downtime body)
Schedule a downtime.
|
Downtime |
DowntimesApi.updateDowntime(Long downtimeId,
Downtime body)
Update a downtime.
|
CompletableFuture<Downtime> |
DowntimesApi.updateDowntimeAsync(Long downtimeId,
Downtime body)
Update a downtime.
|
ApiResponse<Downtime> |
DowntimesApi.updateDowntimeWithHttpInfo(Long downtimeId,
Downtime body)
Update a single downtime by
downtime_id. |
CompletableFuture<ApiResponse<Downtime>> |
DowntimesApi.updateDowntimeWithHttpInfoAsync(Long downtimeId,
Downtime body)
Update a downtime.
|
| Modifier and Type | Method and Description |
|---|---|
Downtime |
Downtime.addMonitorTagsItem(String monitorTagsItem) |
Downtime |
Downtime.addScopeItem(String scopeItem) |
Downtime |
Downtime.disabled(Boolean disabled) |
Downtime |
Downtime.end(Long end) |
Downtime |
Downtime.message(String message) |
Downtime |
Downtime.monitorId(Long monitorId) |
Downtime |
Downtime.monitorTags(List<String> monitorTags) |
Downtime |
Downtime.muteFirstRecoveryNotification(Boolean muteFirstRecoveryNotification) |
Downtime |
Downtime.parentId(Long parentId) |
Downtime |
Downtime.recurrence(DowntimeRecurrence recurrence) |
Downtime |
Downtime.scope(List<String> scope) |
Downtime |
Downtime.start(Long start) |
Downtime |
Downtime.timezone(String timezone) |
Copyright © 2023. All rights reserved.