SloStatusResponse |
ServiceLevelObjectivesApi.getSloStatus(String sloId,
Long fromTs,
Long toTs,
ServiceLevelObjectivesApi.GetSloStatusOptionalParameters parameters)
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.
|