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.
Available in VPC
Overview
Searches Cloud Hadoop Notebook product code list.
Requests
Request parameters
| Parameter name | Requirement status | Type | Restrictions | Description |
|---|---|---|---|---|
| regionCode | No | String | Region code - Can be obtained through the getRegionList action - Default: select the first Region of the getRegionList search results |
|
| productCode | No | String | Cloud Hadoop Notebook image product code to search - Can be obtained with the productCode of the getCloudHadoopNotebookImageProductList action |
|
| exclusionProductCode | No | String | Cloud Hadoop Notebook image product code to exclude - Can be obtained with the productCode of the getCloudHadoopNotebookImageProductList action |
|
| output | No | String | Format type of response result - Options: xml | json - Default: xml |
Responses
Response 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
Call
ncloud vhadoop getCloudHadoopNotebookImageProductList --regionCode KR --productCode SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050
Responses
{
"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>