TypeGroupRelatedRuleDto

Prev Next

Available in Classic and VPC

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
  • Multiple entries allowed