Classic/VPC 환경에서 이용 가능합니다.
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 Map<String, RemindOption> asgGroupOptions;
private Map<String, RemindOption> classicAsgGroupOptions;
private List<AsgPolicy> asgPolicys;
private Long createTime;
private Long updateTime;
private RuleStatus status;
private RuleVersion ruleVersion;
private Set<String> cfTriggers;
private Map<String, RemindOption> cfTriggersOptions;
private Map<String, RemindOption> channelsOptions;
private String prodType;
private Set<SuspendRuleItemDto> suspendRuleItems;
필드
필드에 대한 설명은 다음과 같습니다.
| 필드 | 타입 | 필수 여부 | 설명 |
|---|---|---|---|
id |
String | - | Event Rule ID |
prodKey |
String | - | 상품의 cw_key |
groupName |
String | - | Event Rule 이름 |
groupDesc |
String | - | Event Rule 설명 |
domainCode |
String | - | 도메인 코드 |
regionCode |
String | - | 리전 코드 |
monitorGroups |
List<MonitorGrpDto> | - | 감시 대상 그룹 |
metricsGroups |
List<MetricsGroupDto> | - | 감시 항목 그룹 |
productName |
String | - | 상품의 이름 |
recipientNotifications |
List<RecipientNotification> | - | 통보 대상 그룹
|
asgGroupOptions |
Map<String, RemindOption> | - | Auto Scaling Group 설정 정보 (key: Auto Scaling Group) |
classicAsgGroupOptions |
Map<String, RemindOption> | - | Classic Auto Scaling Group 설정 정보 (key: Classic Auto Scaling Group No) |
asgPolicys |
List<AsgPolicy> | - | 오토 스케일링 그룹 정책
|
createTime |
long | - | Event Rule 생성 시간(밀리초) |
updateTime |
long | - | Event Rule 수정 시간(밀리초) |
status |
- | 상태
|
|
ruleVersion |
- | 룰 버전 | |
cfTriggers |
Set<String> | - | Cloud Functions Trigger |
cfTriggersOptions |
Map<String, RemindOption> | - | Cloud Functions Trigger 설정 정보 (key: Cloud Functions Trigger 이름) |
channelsOptions |
Map<String, RemindOption> | - | Channels 설정 정보 (key: Channel Id) |
prodType |
String | - | 상품 유형
|
suspendRuleItems |
Set<SuspendRuleItemDto> | - | Event Rule 중 비활성화할 목록 설정 |
참고
일부 API 응답 결과에 노출될 수 있으나 응답 바디에서 설명하지 않은 detailUrl은 서비스 사용에 영향을 주지 않는 필드입니다.