RuleGroupItemDto
    • PDF

    RuleGroupItemDto

    • PDF

    Article summary

    Available in Classic

    This is the RuleGroupItemDto information.

    Syntax

    The syntax is as follows.

    private String id;
    private String prodKey;
    private String groupName;
    private String groupDesc;
    private String domainCode;
    private String regionCode;
    private List<MonitorGrpDto> monitorGroups;
    private List<MetricsGroupDto> metricsGroups;
    private String productName;
    private List<RecipientNotification> recipientNotifications;
    private List<AsgPolicy> asgPolicys;
    private Long createTime;
    private Long updateTime;
    private RuleStatus status;
    private RuleVersion ruleVersion;
    private Set<String> cfTriggers;
    private Set<SuspendRuleItemDto> suspendRuleItems;
    

    Field

    The following describes the fields.

    FieldTypeRequiredDescription
    `idString-Event Rule ID
    prodKeyString-cw_key of the product
    groupNameString-Name of event rule
    groupDescString-Description of event rule
    domainCodeString-Domain code
    regionCodeString-Region code
    monitorGroupsList<MonitorGrpDto>-Monitored target group
    metricsGroupsList<MetricsGroupDto>-Monitored item group
    productNameString-Name of product
    recipientNotificationsList<RecipientNotification>-Notification recipient group
    • Multiple entries allowed
    asgPolicysList<AsgPolicy>-Autoscaling group policy
    • Multiple entries allowed
    createTimelong-Event rule creation time (milliseconds)
    updateTimelong-Event rule modification time (milliseconds)
    status-Status
    • OK | VIOLATED | INSUFFICIENT
    ruleVersion-Rule version
    cfTriggersSet<String>-To be provided in the future
    suspendRuleItemsSet<SuspendRuleItemDto>-Set the list to disable during an event rule

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.