| 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)
Deprecated.
|
Downtime |
DowntimesApi.getDowntime(Long downtimeId)
Deprecated.
|
Downtime |
DowntimesApi.updateDowntime(Long downtimeId,
Downtime body)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Downtime |
DowntimesApi.createDowntime(Downtime body)
Deprecated.
|
CompletableFuture<Downtime> |
DowntimesApi.createDowntimeAsync(Downtime body)
Deprecated.
|
ApiResponse<Downtime> |
DowntimesApi.createDowntimeWithHttpInfo(Downtime body)
Deprecated.
|
CompletableFuture<ApiResponse<Downtime>> |
DowntimesApi.createDowntimeWithHttpInfoAsync(Downtime body)
Deprecated.
|
Downtime |
DowntimesApi.updateDowntime(Long downtimeId,
Downtime body)
Deprecated.
|
CompletableFuture<Downtime> |
DowntimesApi.updateDowntimeAsync(Long downtimeId,
Downtime body)
Deprecated.
|
ApiResponse<Downtime> |
DowntimesApi.updateDowntimeWithHttpInfo(Long downtimeId,
Downtime body)
Deprecated.
|
CompletableFuture<ApiResponse<Downtime>> |
DowntimesApi.updateDowntimeWithHttpInfoAsync(Long downtimeId,
Downtime body)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Downtime |
Downtime.addMonitorTagsItem(String monitorTagsItem) |
Downtime |
Downtime.addNotifyEndStatesItem(NotifyEndState notifyEndStatesItem) |
Downtime |
Downtime.addNotifyEndTypesItem(NotifyEndType notifyEndTypesItem) |
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.notifyEndStates(List<NotifyEndState> notifyEndStates) |
Downtime |
Downtime.notifyEndTypes(List<NotifyEndType> notifyEndTypes) |
Downtime |
Downtime.parentId(Long parentId) |
Downtime |
Downtime.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Downtime |
Downtime.recurrence(DowntimeRecurrence recurrence) |
Downtime |
Downtime.scope(List<String> scope) |
Downtime |
Downtime.start(Long start) |
Downtime |
Downtime.timezone(String timezone) |
Copyright © 2024. All rights reserved.