MENU
      CreateOrUpdateRuleGroupDto

        CreateOrUpdateRuleGroupDto


        Article summary

        Available in Classic

        Create or edit an event rule.

        Syntax

        The syntax is as follows.

        private String id;
        private List<String> metricsGroupKey;
        private List<String> monitorGroupKey;
        private String prodKey;
        private String groupName;
        private String groupDesc;
        private List<RecipientNotification> recipientNotifications;
        private List<PersonalRecipientNotification> personalNotificationRecipients;
        private List<AsgPolicy> asgPolicyList;
        private Set<SuspendRuleItemDto> suspendRuleItems;
        private Set<String> cfTriggers;
        Java

        Field

        The following describes the fields.

        FieldTypeRequiredDescription
        idStringOptionalEvent Rule ID
        metricsGroupKeyListRequiredMonitoring item group ID
        • 1 or more
        • Multiple entries allowed
        monitorGroupKeyListRequiredMonitoring target group ID
        • 1 or more
        • Multiple entries allowed
        prodKeyStringRequiredcw_key of the product
        groupNameStringRequiredEvent rule name
        • 1 - 1000
        • It can't be changed on update and requires entry with existing value
        groupDescStringOptionalEvent rule description
        • 300 or less
        recipientNotificationsList<RecipientNotification>OptionalNotification recipient group
        • Multiple entries allowed
        personalNotificationRecipientsList<PersonalRecipientNotification>OptionalNotification recipients
        • Multiple entries allowed
        asgPolicyListList<AsgPolicy>OptionalAutoscaling group policy
        • Multiple entries allowed
        suspendRuleItemsSet<SuspendRuleItemDto>OptionalSet the list to disable during an event rule
        cfTriggersSet<String>OptionalTo be provided in the future

        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.