The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
It can be used in a VPC environment.
Summary
Search a list of Cloud Hadoop product codes.
Request
Request parameters
| Parameter name | Requirement status | Type | Restrictions | Description |
|---|---|---|---|---|
| regionCode | No | String | - Region code - You can decide the region where the list of Cloud Hadoop image product codes will be searched. - You can obtain the regionCode through the getRegionList action. - Default: Select the first region of the getRegionList search results. |
|
| productCode | No | String | - Cloud Hadoop image product code to be searched - You can obtain the productCode through the productCode of the getCloudHadoopImageProductList action. |
|
| exclusionProductCode | No | String | - Cloud Hadoop image product code to be excluded - You can obtain the exclusionProductCode through the productCode of the getCloudHadoopImageProductList action. |
|
| output | No | String | - Format type for the response results - Options: xml | json - Default: json |
Response
Responase data type
- ProductList type
| 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; |
Examples
Request example
ncloud vhadoop getCloudHadoopImageProductList --regionCode KR --productCode SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050
Response example
<getCloudHadoopImageProductListResponse>
<requestId>185e70ca-2831-43b2-b564-4db49c3f74ce</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>3</totalRows>
<productList>
<product>
<productCode>SW.VCHDP.LNX64.CNTOS.0708.HDP.13.B050</productCode>
<productName>Cloud Hadoop 1.3</productName>
<productType>
<code>LINUX</code>
<codeName>Linux</codeName>
</productType>
<productDescription>CentOS 7.8 with Cloud Hadoop 1.3</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 Cloud Hadoop 1.3 (64-bit)</osInformation>
</product>
<product>
<productCode>SW.VCHDP.LNX64.CNTOS.0708.HDP.14.B050</productCode>
<productName>Cloud Hadoop 1.4</productName>
<productType>
<code>LINUX</code>
<codeName>Linux</codeName>
</productType>
<productDescription>CentOS 7.8 with Cloud Hadoop 1.4</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 Cloud Hadoop 1.4 (64-bit)</osInformation>
</product>
<product>
<productCode>SW.VCHDP.LNX64.CNTOS.0708.HDP.16.B050</productCode>
<productName>Cloud Hadoop 1.6</productName>
<productType>
<code>LINUX</code>
<codeName>Linux</codeName>
</productType>
<productDescription>CentOS 7.8 with Cloud Hadoop 1.6</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 Cloud Hadoop 1.6 (64-bit)</osInformation>
</product>
</productList>
</getCloudHadoopImageProductListResponse>