{ "opencollection": "1.0.0", "info": { "name": "Alertmanager admin alertgroup API", "version": "0.0.1" }, "items": [ { "info": { "name": "alertgroup", "type": "folder" }, "items": [ { "info": { "name": "getAlertGroups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/alerts/groups", "params": [ { "name": "active", "value": "", "type": "query", "description": "Include active alerts within the returned groups. If false, excludes active alerts from groups and only shows suppressed (silenced or inhibited) alerts." }, { "name": "silenced", "value": "", "type": "query", "description": "Include silenced alerts within the returned groups. If false, excludes silenced alerts from groups. Note that true (default) shows both silenced and non-silenced alerts." }, { "name": "inhibited", "value": "", "type": "query", "description": "Include inhibited alerts within the returned groups. If false, excludes inhibited alerts from groups. Note that true (default) shows both inhibited and non-inhibited alerts." }, { "name": "muted", "value": "", "type": "query", "description": "Include muted (silenced or inhibited) alert groups in results. If false, excludes entire groups where all alerts are muted." }, { "name": "filter", "value": "", "type": "query", "description": "A matcher expression to filter alert groups. For example `alertname=\"MyAlert\"`. It can be repeated to apply multiple matchers." }, { "name": "receiver", "value": "", "type": "query", "description": "A regex matching receivers to filter alerts by" }, { "name": "receiver_matchers", "value": "", "type": "query", "description": "A matcher expression to filter by receiver labels. For example `owner=\"my-team\"`. Can be repeated to apply multiple matchers." } ] }, "docs": "Get a list of alert groups" } ] } ], "bundled": true }