getCloudHadoopNotebookImageProductList
- 인쇄
- PDF
getCloudHadoopNotebookImageProductList
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
VPC 환경에서 이용 가능합니다.
개요
Cloud Hadoop Notebook 상품 코드 리스트를 조회합니다.
요청
요청 파라미터
파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
---|---|---|---|---|
regionCode | No | String | 리전 코드 - getRegionList 액션을 통해서 획득 가능 - Default: getRegionList 조회 결과의 첫 번째 리전 선택 | |
productCode | No | String | 조회할 Cloud Hadoop Notebook 이미지 상품 코드 - getCloudHadoopNotebookImageProductList 액션의 productCode로 획득 가능 | |
exclusionProductCode | No | String | 제외할 Cloud Hadoop Notebook 이미지 상품 코드 - getCloudHadoopNotebookImageProductList 액션의 productCode로 획득 가능 | |
output | No | String | 응답 결과의 포맷 타입 - Options: xml | json - Default: xml |
응답
응답 데이터 타입
- ProductList 타입
ProductList extends CommonResponse |
---|
private Integer totalRows; |
private List<Product> cloudMongoDbInstanceList = new ArrayList<>(); |
Product |
---|
private String productCode; |
private String productName; |
private CommonCode productType; |
private String productDescription; |
private CommonCode infraResourceType; |
private CommonCode infraResourceDetailType; |
private Integer cpuCount; |
private Long memorySize; |
private Long osMemorySize; |
private Long baseBlockStorageSize; |
private CommonCode platformType; |
private String osInformation; |
private CommonCode diskType; |
private String dbKindCode; |
private Long addBlockStorageSize; |
private String generationCode; |
예시
호출
ncloud vhadoop getCloudHadoopNotebookImageProductList --regionCode KR --productCode SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050
응답
{
"getCloudHadoopNotebookImageProductListResponse": {
"totalRows": 1,
"productList": [
{
"productCode": "SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050",
"productName": "Notebook 1.0",
"productType": {
"code": "LINUX",
"codeName": "Linux"
},
"productDescription": "CentOS 7.8 with Notebook 1.0",
"infraResourceType": {
"code": "SW",
"codeName": "Software"
},
"baseBlockStorageSize": 53687091200,
"platformType": {
"code": "LNX64",
"codeName": "Linux 64 Bit"
},
"osInformation": "CentOS 7.8 with Notebook 1.0 (64-bit)"
}
],
"requestId": "6993ef7c-9250-4aa2-b8c9-edf5ba8c8fab",
"returnCode": "0",
"returnMessage": "success"
}
}
<getCloudHadoopNotebookImageProductListResponse>
<requestId>a5cc6720-feeb-4b35-943c-14aacb6f3691</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<productList>
<product>
<productCode>SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050</productCode>
<productName>Notebook 1.0</productName>
<productType>
<code>LINUX</code>
<codeName>Linux</codeName>
</productType>
<productDescription>CentOS 7.8 with Notebook 1.0</productDescription>
<infraResourceType>
<code>SW</code>
<codeName>Software</codeName>
</infraResourceType>
<baseBlockStorageSize>53687091200</baseBlockStorageSize>
<platformType>
<code>LNX64</code>
<codeName>Linux 64 Bit</codeName>
</platformType>
<osInformation>CentOS 7.8 with Notebook 1.0 (64-bit)</osInformation>
</product>
</productList>
</getCloudHadoopNotebookImageProductListResponse>
이 문서가 도움이 되었습니까?