get_alert_grouping_setting
Retrieve details of a specific alert grouping setting by providing its ID to understand alert grouping configuration.
Instructions
Get details for a specific alert grouping setting.
Args:
setting_id: The ID of the alert grouping setting to retrieve
Returns:
Alert grouping setting detailsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setting_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the alert grouping setting | |
| name | 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. | |
| description | No | An optional description in string that provides more information about an AlertGroupingSetting object. | |
| type | Yes | The type of alert grouping configuration | |
| config | Yes | The configuration for the alert grouping setting based on the type | |
| services | Yes | 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. | |
| created_at | No | The ISO8601 date/time an AlertGroupingSetting got created at. | |
| updated_at | No | The ISO8601 date/time an AlertGroupingSetting last got updated at. |