Resource: AlertGroupingRule
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. AlertGroupingRule - Chronicle Alert Grouping Rule. Types of AlertGroupingRules: general, case-spesific
JSON representation |
---|
{ "name": string, "entityType": [ string ], "categoryDetails": [ { object ( |
Fields | |
---|---|
name |
Identifier. The resource name of the AlertGroupingRule. Format: projects/{project}/locations/{location}/instances/{instance}/alertGroupingRules/{alertGroupingRule} |
entityType[] |
Required. AlertGroupingRule associated with the entityType. |
categoryDetails[] |
Required. Defines the AlertGroupingRule category details list. |
category |
Required. The category of the new stage to create. |
groupingType |
Required. Defines the AlertGroupingRule groupingType in the lifetime of a case. |
AlertGroupingCategory
The category of the new stage to create.
Enums | |
---|---|
ALL |
All categories. |
ALERT_TYPE |
Alert type. |
PRODUCT_NAME |
Product name. |
DATA_SOURCE |
Data source. |
AlertGroupingType
Defines the AlertGroupingRule groupingType in the lifetime of a case.
Enums | |
---|---|
ENTITIES |
Entities. |
SOURCE_GROUPING_IDENTIFIER |
Source grouping identifier. |
NONE |
None. |
CategoryDetail
Represents details of a category within an AlertGroupingRule.
JSON representation |
---|
{ "identifier": string, "displayName": string } |
Fields | |
---|---|
identifier |
Required. Unique identifier for the category detail. |
displayName |
Required. Human-readable name for the category detail. |
Methods |
|
---|---|
|
Create a AlertGroupingRule. |
|
Delete a AlertGroupingRule. |
|
Get a AlertGroupingRule. |
|
List page of AlertGroupingRules. |
|
Update a AlertGroupingRule. |