Skip to main content
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

  • sloIdStringRequired

    Identifier of the SLO objective whose alerts to list.

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    Paginated list of budget alert configurations.

    Example: (nested array)

    • idString

      Unique identifier of the budget alert configuration.

      Example: alert-cfg-001

    • sloIdString

      Identifier of the SLO objective this alert is associated with.

      Example: slo-xyz789

    • consumedPctThresholdLong

      Consumption percentage threshold that triggers the alert.

      Example: 80

    • severityString

      Severity level of the alert: warning | critical.

      Example: warning

    • notificationChannelsList

      List of notification channel identifiers to alert.

      Example: item1,item2

  • totalInteger

    Total number of budget alert configurations.

    Example: 3

  • limitInteger

    Maximum number of items returned per page.

    Example: 20

  • offsetInteger

    Number of items skipped before this page.

    Example: 20

Endpoint

GET/api/v1/slo/objectives/{sloId}/budget-alerts

/api/v1/slo/objectives/{sloId}/budget-alerts

Operation ID

ListBudgetAlerts

Permalink

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.

View all change history