RuleGroupItemDto
- 인쇄
- PDF
RuleGroupItemDto
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
RuleGroupItemDto
구문
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;
필드
항목 | 타입 | 제약 사항 | 설명 |
---|---|---|---|
id | String | Event Rule id | |
prodKey | String | 상품의 cw_key | |
groupName | String | Event Rule 이름 | |
groupDesc | String | Event Rule 설명 | |
domainCode | String | domainCode | |
regionCode | String | regionCode | |
monitorGroups | List<MonitorGrpDto> | 감시 대상 그룹 | |
metricsGroups | List<MetricsGroupDto> | 감시 항목 그룹 | |
productName | String | 상품의 이름 | |
recipientNotifications | List<RecipientNotification> | 통보대상그룹, 여러개 입력 가능 | |
asgPolicys | List<AsgPolicy> | Auto Scaling Group Policy, 여러개 입력 가능 | |
createTime | long | Millisecond 단위로 입력 | Event Rule 생성 시간 |
updateTime | long | Millisecond 단위로 입력 | Event Rule 수정 시간 |
status | OK , VIOLATED , INSUFFICIENT | status | |
ruleVersion | rule version | ||
cfTriggers | Set<String> | 추후 제공될 예정입니다. | |
suspendRuleItems | Set<SuspendRuleItemDto> | Event Rule 중 비활성화 시킬 목록 설정 |
이 문서가 도움이 되었습니까?