Overview
Theupdate_alert_grouping_setting tool modifies an existing alert grouping setting, allowing you to change how alerts are grouped into incidents for specific services.
Parameters
The unique identifier of the alert grouping setting to update.Example:
"PAGRSET1"A short-form name for labeling the alert grouping setting.Example:
"Updated Production Grouping"A description providing more information about the alert grouping setting.Example:
"Updated to group by host and service"The type of alert grouping configuration. Must be one of:
content_based- Group by matching field valuescontent_based_intelligent- Intelligent grouping with field matchingintelligent- AI-powered intelligent groupingtime- Group alerts within a time window
"content_based"The configuration for the alert grouping setting. Structure varies by type. See Create Alert Grouping Setting for detailed configuration options.Example for content-based:
Array of service references that this alert grouping setting applies to. Note:
content_based_intelligent type allows only one service.Example:Response
Returns the updated alert grouping setting object.The unique identifier of the alert grouping setting
The type of alert grouping configuration
The name of the alert grouping setting
The description of the alert grouping setting
The configuration for the alert grouping setting
Array of service references
The ISO8601 date/time when the setting was created
The ISO8601 date/time when the setting was last updated (reflects this update)
Example Usage
Use Cases
- Optimize grouping - Adjust time windows or fields based on alert patterns
- Fix configuration - Correct misconfigured grouping rules
- Adapt to changes - Update grouping as alert structure evolves
- Test improvements - Experiment with different grouping strategies
- Service changes - Update which services use the grouping setting
Update Examples
Update Time Window
Change to Intelligent Grouping
Update Grouping Fields
Important Notes
Before updating, consider reviewing the current configuration with Get Alert Grouping Setting to understand the existing setup.
Related Tools
- Get Alert Grouping Setting - View current configuration before updating
- List Alert Grouping Settings - View all settings
- Create Alert Grouping Setting - Create a new setting
- Delete Alert Grouping Setting - Remove a setting