SLO & Service Quality/SLO
GETSLOSince 1.0SynchronousAuth Required
GetObjective
Retrieve a single SLO objective by its unique identifier.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
sloIdStringRequiredUnique identifier of the SLO objective to retrieve.
Responses
Endpoint
GET/api/v1/slo/objectives/{sloId}
/api/v1/slo/objectives/{sloId}
Request Example
curl -X GET '{host}/api/v1/slo/objectives/{sloId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"id": "slo-xyz789",
"name": "api-availability-99.9",
"sliId": "sli-abc123",
"target": 0.999,
"window": "30d",
"tenantId": "tenant-001",
"alertOnBurnRate": true,
"ownerTeam": "platform-infra"
}Change History
This API has no change history records yet.
