TypeGroupRelatedRuleDto
- Print
- PDF
TypeGroupRelatedRuleDto
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
Delete all event rules related to a monitoring target or an item group
Syntax
The syntax is as follows.
private String id;
private List<RuleGroupItemDto> ruleGroupItemDtoList;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id | String | - | ID of monitoring target or item group to delete |
ruleGroupItemDtoList | List<RuleGroupItemDto> | - | Event rule to delete
|
Was this article helpful?