PAGERDUTY_POST_ALERT_GROUPING_SETTINGS
Creates a new Alert Grouping Setting in PagerDuty, defining how alerts will be automatically grouped into incidents based on specified configurations. This endpoint allows users to set up intelligent alert grouping rules, improving incident management efficiency by reducing noise and consolidating related alerts. It's particularly useful for teams looking to streamline their incident response process and minimize alert fatigue. The setting can be applied to one or multiple services, with the option to use content-based or intelligent grouping algorithms.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"alert__grouping__setting__id": {
"type": "string",
"title": "Alert Grouping Setting Id",
"description": "Id"
},
"alert__grouping__setting__name": {
"type": "string",
"title": "Alert Grouping Setting Name",
"description": "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__type": {
"enum": [
"content_based",
"content_based_intelligent",
"intelligent",
"time"
],
"type": "string",
"title": "Alert Grouping Setting Type",
"description": "Type"
},
"alert__grouping__setting__config": {
"type": "object",
"title": "Alert Grouping Setting Config",
"description": "Config",
"additionalProperties": true
},
"alert__grouping__setting__services": {
"type": "array",
"items": {
"properties": {}
},
"title": "Alert Grouping Setting Services",
"description": "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__created__at": {
"type": "string",
"title": "Alert Grouping Setting Created At",
"format": "date-time",
"description": "The ISO8601 date/time an AlertGroupingSetting got created at."
},
"alert__grouping__setting__description": {
"type": "string",
"title": "Alert Grouping Setting Description",
"description": "An optional description in string that provides more information about an AlertGroupingSetting object. "
},
"alert__grouping__setting__updated__at": {
"type": "string",
"title": "Alert Grouping Setting Updated At",
"format": "date-time",
"description": "The ISO8601 date/time an AlertGroupingSetting last got updated at."
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty