CreateOrUpdateMetricsGrpDto
- 인쇄
- PDF
CreateOrUpdateMetricsGrpDto
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
감시 항목 그룹 생성/수정 시 필요
구문
private String prodKey;
private String groupName;
private String groupDesc;
private Set<MetricsGroupItem> metricsGroupItems;
private boolean temporaryGroup;
private String id;
필드
항목 | 필수 여부 | 타입 | 제약 사항 | 설명 |
---|---|---|---|---|
prodKey | Y | String | 상품의 cw_key | |
groupName | Y | String | min = 1, max = 100 | 감시 항목 그룹 이름 |
groupDesc | Y | String | max = 300 | 감시 항목 그룹 설명 |
metricsGroupItems | Y | Set<MetricsGroupItem> | min = 1 | 감시 항목 지정 |
temporaryGroup | Y | boolean | - 감시 항목 그룹 생성 여부true 일 경우 감시 항목 그룹 생성 없이 Event Rule 생성 | |
id | N | String | 감시 항목 그룹 id |
이 문서가 도움이 되었습니까?