OpenApiEventResponse
OpenApiEventResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| durationSecond required | 이벤트 지속 시간 - 단위: 초 Example : 100 | integer | |
| endDt optional | 종료일시 Example : 2021-10-23T23:59:59Z | string (date-time) | |
| eventId required | 이벤트 아이디 Example : | string | |
| eventLevel required | 이벤트 레벨 Example : FATAL | string | |
| eventMessage required | 이벤트 메시지 Example : | string | |
| eventPolicyId required | 이벤트 정책 아이디 Example : 7240 | integer | |
| eventState required | Event State Example : ACTIVE | string | |
| metricKey required | 메트릭 키 Example : system.cpu.system.norm.pct | string | |
| metricName required | 메트릭 이름 Example : system.cpu.system.norm.pct | string | |
| objectDisplayName optional | 오브젝트 이름 Example : CPU0 | string | |
| objectName optional | 오브젝트 이름 Example : CPU0 | string | |
| objectType optional | 개별항목 유형 Example : cluster | string | |
| objectTypeName optional | 개별항목 유형 이름 Example : cluster | string | |
| productResourceId required | 상품 리소스 아이디 Example : INSTANCE-c4Hsd27ttDaLw533X4B6Sp | string | |
| productTargetType optional | 메트릭 대상 유형 Example : system.core.id 별 | string | |
| productTargetTypeEn optional | 메트릭 대상 유형 Example : By system.core.id | string | |
| productTypeName required | 상품 유형 이름 Example : Virtual Server | string | |
| startDt required | 시작일시 Example : 2021-10-23T18:00:00Z | string (date-time) |