| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SloStatusResponse |
ServiceLevelObjectivesApi.getSloStatus(String sloId,
Long fromTs,
Long toTs)
Get SLO status.
|
SloStatusResponse |
ServiceLevelObjectivesApi.getSloStatus(String sloId,
Long fromTs,
Long toTs,
ServiceLevelObjectivesApi.GetSloStatusOptionalParameters parameters)
Get SLO status.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SloStatusResponse> |
ServiceLevelObjectivesApi.getSloStatusAsync(String sloId,
Long fromTs,
Long toTs)
Get SLO status.
|
CompletableFuture<SloStatusResponse> |
ServiceLevelObjectivesApi.getSloStatusAsync(String sloId,
Long fromTs,
Long toTs,
ServiceLevelObjectivesApi.GetSloStatusOptionalParameters parameters)
Get SLO status.
|
ApiResponse<SloStatusResponse> |
ServiceLevelObjectivesApi.getSloStatusWithHttpInfo(String sloId,
Long fromTs,
Long toTs,
ServiceLevelObjectivesApi.GetSloStatusOptionalParameters parameters)
Get the status of a Service Level Objective (SLO) for a given time period.
|
CompletableFuture<ApiResponse<SloStatusResponse>> |
ServiceLevelObjectivesApi.getSloStatusWithHttpInfoAsync(String sloId,
Long fromTs,
Long toTs,
ServiceLevelObjectivesApi.GetSloStatusOptionalParameters parameters)
Get SLO status.
|
| Modifier and Type | Method and Description |
|---|---|
SloStatusResponse |
SloStatusResponse.data(SloStatusData data) |
SloStatusResponse |
SloStatusResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.