PUT /alert_grouping_settings/{id}
Update an 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.
if services
are not provided in the request, then the existing services will not be removed from the setting.
Scoped OAuth requires: services.write
Servers
- https://api.pagerduty.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID of the resource. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Accept |
String | Yes |
The Default value: "application/vnd.pagerduty+json;version=2" |
Content-Type |
String | Yes |
Possible values:
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
alert_grouping_setting |
Object | Yes |
Defines how alerts will be automatically grouped into incidents based on the configurations defined. Note that the Alert Grouping Setting features are available only on certain plans. |
alert_grouping_setting.id |
String | No | |
alert_grouping_setting.name |
String | No |
An optional short-form string that provides succinct information about an AlertGroupingSetting object suitable for primary labeling of the entity. It is not intended to be an identifier. |
alert_grouping_setting.description |
String | No |
An optional description in string that provides more information about an AlertGroupingSetting object. |
alert_grouping_setting.services[] |
Array | No |
The array of one or many Services with just ServiceID/name that the AlertGroupingSetting applies to. Type of content_based_intelligent allows for only one service in the array. |
alert_grouping_setting.services[].type |
String | No |
Possible values:
|
alert_grouping_setting.config |
No | ||
alert_grouping_setting.type |
String | No |
Possible values:
|
alert_grouping_setting.created_at |
String | No |
The ISO8601 date/time an AlertGroupingSetting got created at. |
alert_grouping_setting.updated_at |
String | No |
The ISO8601 date/time an AlertGroupingSetting last got updated at. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.