CreateOrUpdateRuleGroupDto
    • PDF

    CreateOrUpdateRuleGroupDto

    • PDF

    Article Summary

    설명

    Event Rule 생성/수정 시 필요

    구문

    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;
    

    필드

    항목필수 여부타입제약 사항설명
    idNStringEvent Rule id
    metricsGroupKeyYListmin = 1감시 항목 그룹 id, 여러개 입력 가능
    monitorGroupKeyYListmin = 1감시 대상 그룹 id, 여러개 입력 가능
    prodKeyYString상품의 cw_key
    groupNameYStringmin = 1, max = 1000Event Rule 이름, Update 시 변경할 수 없고, 기존 값으로 입력 필요
    groupDescNStringmax = 300Event Rule 설명
    recipientNotificationsNList<RecipientNotification>통보 대상 그룹, 여러개 입력 가능
    personalNotificationRecipientsNList<PersonalRecipientNotification>통보대상자, 여러개 입력 가능
    asgPolicyListNList<AsgPolicy>Auto Scaling Group Policy, 여러개 입력 가능
    suspendRuleItemsNSet<SuspendRuleItemDto>Event Rule 중 비활성화 시킬 목록 설정
    cfTriggersNSet<String>추후 제공될 예정입니다.

    이 문서가 도움이 되었습니까?

    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.