SLO & Service Quality/SLO
GETSLOSince 1.0SynchronousAuth Required
GetBudgetSummary
Get a cross-SLO error budget summary for all objectives of a tenant.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
tenantIdStringIdentifier of the tenant to summarize error budgets for.
Responses
Endpoint
GET/api/v1/slo/error-budget-summary
/api/v1/slo/error-budget-summary
Request Example
curl -X GET '{host}/api/v1/slo/error-budget-summary' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
