SLO & Service Quality/SLO
GETSLOSince 1.0SynchronousAuth Required
ListBudgetAlerts
List all budget alert configurations for an SLO objective.
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 whose alerts to list.
Responses
Endpoint
GET/api/v1/slo/objectives/{sloId}/budget-alerts
/api/v1/slo/objectives/{sloId}/budget-alerts
Request Example
curl -X GET '{host}/api/v1/slo/objectives/{sloId}/budget-alerts' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 3,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
