Classic/VPC 환경에서 이용 가능합니다.
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;
필드
필드에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
id |
String | Optional | Event Rule ID |
metricsGroupKey |
List |
Required | 감시 항목 그룹 ID
|
monitorGroupKey |
List |
Required | 감시 대상 그룹 ID
|
prodKey |
String | Required | 상품의 cw_key |
groupName |
String | Required | Event Rule 이름
|
groupDesc |
String | Optional | Event Rule 설명
|
recipientNotifications |
List<RecipientNotification> | Optional | 통보 대상 그룹
|
personalNotificationRecipients |
List<PersonalRecipientNotification> | Optional | 통보 대상자
|
asgPolicyList |
List<AsgPolicy> | Optional | 오토 스케일링 그룹 정책
|
suspendRuleItems |
Set<SuspendRuleItemDto> | Optional | Event Rule 중 비활성화할 목록 설정 |
cfTriggers |
Set<String> | Optional | 추후 제공 예정 |