CreateOrUpdateRuleGroupDto
    • PDF

    CreateOrUpdateRuleGroupDto

    • PDF

    Article Summary

    Description

    It is required when creating and editing event rules.

    Syntax

    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;
    

    Field

    ItemRequirement statusTypeRestrictionsDescription
    idNStringEvent Rule id
    metricsGroupKeyYListmin = 1ID of monitored item group, multiple inputs available
    monitorGroupKeyYListmin = 1ID of monitored target group, multiple inputs available
    prodKeyYStringcw_key of product
    groupNameYStringmin = 1, max = 1000Event rule name, cannot be changed when updated and needs to be inputted as the existing value.
    groupDescNStringmax = 300Event rule description
    recipientNotificationsNList<RecipientNotification>Notification recipient group, multiple inputs possible
    personalNotificationRecipientsNList<PersonalRecipientNotification>Notification recipient, multiple inputs possible
    asgPolicyListNList<AsgPolicy>Auto Scaling group policy, multiple inputs possible
    suspendRuleItemsNSet<SuspendRuleItemDto>Sets the list of event rules to be deactivated
    cfTriggersNSet<String>To be provided at a later time

    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.