Alert Grouping Settings

Create an Alert Grouping Setting

Create a new Alert Grouping Setting.

The settings part of Alert Grouper service allows us to create Alert Grouping Settings and configs that are required to be used during grouping of the alerts.

This endpoint will be used to create an instance of AlertGroupingSettings for either one service or many services that are in the alert group setting.

Scoped OAuth requires: services.write

post/alert_grouping_settings

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Request body

alert_grouping_settingAlertGroupingSetting required— unresolved $ref

Response

The new Alert Grouping Setting.

alert_grouping_settingAlertGroupingSetting required— unresolved $ref

Changes