| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLOHistoryResponse |
ServiceLevelObjectivesApi.getSLOHistory(String sloId,
Long fromTs,
Long toTs)
Get an SLO's history.
|
SLOHistoryResponse |
ServiceLevelObjectivesApi.getSLOHistory(String sloId,
Long fromTs,
Long toTs,
ServiceLevelObjectivesApi.GetSLOHistoryOptionalParameters parameters)
Get an SLO's history.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SLOHistoryResponse> |
ServiceLevelObjectivesApi.getSLOHistoryAsync(String sloId,
Long fromTs,
Long toTs)
Get an SLO's history.
|
CompletableFuture<SLOHistoryResponse> |
ServiceLevelObjectivesApi.getSLOHistoryAsync(String sloId,
Long fromTs,
Long toTs,
ServiceLevelObjectivesApi.GetSLOHistoryOptionalParameters parameters)
Get an SLO's history.
|
ApiResponse<SLOHistoryResponse> |
ServiceLevelObjectivesApi.getSLOHistoryWithHttpInfo(String sloId,
Long fromTs,
Long toTs,
ServiceLevelObjectivesApi.GetSLOHistoryOptionalParameters parameters)
Get a specific SLO’s history, regardless of its SLO type.
|
CompletableFuture<ApiResponse<SLOHistoryResponse>> |
ServiceLevelObjectivesApi.getSLOHistoryWithHttpInfoAsync(String sloId,
Long fromTs,
Long toTs,
ServiceLevelObjectivesApi.GetSLOHistoryOptionalParameters parameters)
Get an SLO's history.
|
| Modifier and Type | Method and Description |
|---|---|
SLOHistoryResponse |
SLOHistoryResponse.addErrorsItem(SLOHistoryResponseError errorsItem) |
SLOHistoryResponse |
SLOHistoryResponse.data(SLOHistoryResponseData data) |
SLOHistoryResponse |
SLOHistoryResponse.errors(List<SLOHistoryResponseError> errors) |
SLOHistoryResponse |
SLOHistoryResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.