Fetch categories

GET {{base_url}}/api/alert_manager/v1/categories

Fetches a list of enabled categories.

Request Params

KeyDatatypeRequiredDescription
include_disabledboolean(Optional) If true, both enabled and disabled categories are returned.

Type: Boolean Default: false |

RESPONSES

status: OK

{"items":[{"name":"Backup"},{"name":"cti.a.p.am.category.v1.0~x.y.my_category.v1.0","alias":"My category"}]}