---
title: "getCloudHadoopImageProductList"
slug: "cli-vhadoop-getcloudhadoopimageproductlist"
updated: 2026-06-25T09:10:26Z
published: 2026-06-25T09:10:26Z
canonical: "cli-fin.ncloud-docs.com/cli-vhadoop-getcloudhadoopimageproductlist"
---
> ## Documentation Index
> Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.
# getCloudHadoopImageProductList
## 개요
Cloud Hadoop 상품 코드 리스트를 조회합니다.
## 요청
### 요청 파라미터
| 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
| ----- | ----- | ----- | ----- | ----- |
| regionCode | No | String | | - 리전 코드
Cloud Hadoop 이미지 상품 코드 리스트가 조회될 리전(Region)을 결정 가능
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해서 획득 가능
Default: getRegionList 조회 결과의 첫 번째 리전을 선택 |
| productCode | No | String | | - 조회할 Cloud Hadoop 이미지 상품 코드
productCode는 [getCloudHadoopImageProductList](/docs/cli-vhadoop-getcloudhadoopimageproductlist) 액션의 productCode로 획득 가능 |
| exclusionProductCode | No | String | | - 제외할 Cloud Hadoop 이미지 상품 코드
exclusionProductCode는 [getCloudHadoopImageProductList](/docs/cli-vhadoop-getcloudhadoopimageproductlist) 액션의 productCode로 획득 가능 |
| output | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : json |
## 응답
### 응답 데이터 타입
- 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;|
## 예시
### 호출
```http
ncloud vhadoop getCloudHadoopImageProductList --regionCode FKR --productCode SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050
```
### 응답
```xml
185e70ca-2831-43b2-b564-4db49c3f74ce
0
success
3
SW.VCHDP.LNX64.CNTOS.0708.HDP.13.B050
Cloud Hadoop 1.3
LINUX
Linux
CentOS 7.8 with Cloud Hadoop 1.3
SW
Software
53687091200
LNX64
Linux 64 Bit
CentOS 7.8 with Cloud Hadoop 1.3 (64-bit)
SW.VCHDP.LNX64.CNTOS.0708.HDP.14.B050
Cloud Hadoop 1.4
LINUX
Linux
CentOS 7.8 with Cloud Hadoop 1.4
SW
Software
53687091200
LNX64
Linux 64 Bit
CentOS 7.8 with Cloud Hadoop 1.4 (64-bit)
SW.VCHDP.LNX64.CNTOS.0708.HDP.16.B050
Cloud Hadoop 1.6
LINUX
Linux
CentOS 7.8 with Cloud Hadoop 1.6
SW
Software
53687091200
LNX64
Linux 64 Bit
CentOS 7.8 with Cloud Hadoop 1.6 (64-bit)
```