Alert Grouping Settings

List alert grouping settings

List all of your alert grouping settings including both single service settings and global content based settings.

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.

Scoped OAuth requires: services.read

get/alert_grouping_settings

Query parameters

afterstring

Cursor to retrieve next page; only present if next page exists.

beforestring

Cursor to retrieve previous page; only present if not on first page.

totalboolean

By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated.

See our Pagination Docs for more information.

limitinteger

The number of results per page.

service_ids[]string[]

An array of service IDs. Only results related to these services will be returned.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Response

An array of alert grouping settings.

alert_grouping_settingsAlertGroupingSetting[] required— unresolved $ref

The list of alert grouping settings your account has.

Changes