| Package | Description |
|---|---|
| com.datadog.api.client.v1.api |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjectivesApi.GetSLOOptionalParameters |
ServiceLevelObjectivesApi.GetSLOOptionalParameters.withConfiguredAlertIds(Boolean withConfiguredAlertIds)
Set withConfiguredAlertIds.
|
| Modifier and Type | Method and Description |
|---|---|
SLOResponse |
ServiceLevelObjectivesApi.getSLO(String sloId,
ServiceLevelObjectivesApi.GetSLOOptionalParameters parameters)
Get an SLO's details.
|
CompletableFuture<SLOResponse> |
ServiceLevelObjectivesApi.getSLOAsync(String sloId,
ServiceLevelObjectivesApi.GetSLOOptionalParameters parameters)
Get an SLO's details.
|
ApiResponse<SLOResponse> |
ServiceLevelObjectivesApi.getSLOWithHttpInfo(String sloId,
ServiceLevelObjectivesApi.GetSLOOptionalParameters parameters)
Get a service level objective object.
|
CompletableFuture<ApiResponse<SLOResponse>> |
ServiceLevelObjectivesApi.getSLOWithHttpInfoAsync(String sloId,
ServiceLevelObjectivesApi.GetSLOOptionalParameters parameters)
Get an SLO's details.
|
Copyright © 2024. All rights reserved.