Skip to main content
Alerting & Response/Alert Rules
GETAlertingSince 1.0SynchronousAuth Required

GetAlertRuleCategories

List the rule category hierarchy for navigation and filtering

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    Hierarchical list of rule categories

    Example: (nested array)

    • idString

      Category identifier

      Example: infrastructure

    • nameString

      Display name for the category

      Example: Infrastructure

    • iconString

      Icon identifier for the category

      Example: server

    • childrenList

      Child categories in the hierarchy

      Example: (nested array)

Endpoint

GET/api/v1/alerting/rules/categories

/api/v1/alerting/rules/categories

Operation ID

GetAlertRuleCategories

Permalink

Request Example

curl -X GET '{host}/api/v1/alerting/rules/categories' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "items": [
    {}
  ]
}

Change History

This API has no change history records yet.

View all change history