AccountProductDto
AccountProductDto
| Name | Description | Schema | Default |
|---|---|---|---|
| accountId required | 프로젝트 아이디 Example : UqXgOSnoqOfKB0_LKO6xId | string | |
| endDt optional | 상품 삭제 일시 Example : 9999-12-31T23:59:59.999Z | string (date-time) | |
| lastEventLevel optional | 최종 이벤트 레벨 Example : WARNING | string | |
| poolName optional | 풀 이름 Example : POOL-A8-C1DpGqRdQMlfNXdJxLb | string | |
| productIpAddress optional | 상품 IP주소 Example : 192.168.245.161 | string | |
| productName required | 상품 이름 Example : VM-Server-01 | string | |
| productResourceId required | 상품 리소스 아이디 Example : INSTANCE-c4Hsd27ttDaLw533X4B6Sp | string | |
| productState required | 상품 상태 - 유효한 값 : Running, Down Example : Running | string | |
| productTypeCode required | 상품 유형코드 Example : VM | string | |
| productTypeName required | 상품 유형이름 Example : Virtual Server | string | |
| startDt required | 상품 생성 일시 Example : 2021-10-23T08:30:00Z | string (date-time) |