SLO & Service Quality/SLO
GETSLOSince 1.0SynchronousAuth Required
GetCurrentStatusWithFallback
Get the SLO status with automatic fallback to cached data when the VM is unavailable.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
sloIdStringRequiredIdentifier of the SLO objective to query with fallback support.
Responses
Endpoint
GET/api/v1/slo/objectives/{sloId}/status-safe
/api/v1/slo/objectives/{sloId}/status-safe
Request Example
curl -X GET '{host}/api/v1/slo/objectives/{sloId}/status-safe' -H 'Authorization: Bearer {token}'
Response Example
200{
"status": {},
"dataSource": "realtime",
"cacheAgeSecs": 120,
"vmStatus": "healthy"
}Change History
This API has no change history records yet.
