getCloudHadoopNotebookProductList
- Print
- PDF
getCloudHadoopNotebookProductList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Searches for an available Cloud Hadoop Notebook server specification 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 query results | |
zoneCode | No | String | Zone code - Can determine the Zone where the Cloud Hadoop Notebook product code list will be searched - Can be obtained through the getZoneList action | |
cloudHadoopNotebookImageProductCode | Yes | String | Cloud Hadoop Notebook image product code - Searches the server specification product list that can be created from Cloud Hadoop image product - Can be obtained through the getCloudHadoopNotebookImageProductList action | |
productCode | No | String | Product code of Cloud Hadoop Notebook to be searched - Can be obtained through the getCloudHadoopNotebookProductList action | |
infraResourceDetailTypeCode | No | String | Detailed product code of other server infrastructures for Cloud Hadoop Notebook - Options:NTBND | |
exclusionProductCode | No | String | Cloud Hadoop Notebook product code to exclude - Can be obtained through the getCloudHadoopNotebookProductList action | |
responseFormatType | No | String | Format type of the response result - Options: xml | json Default: xml |
Request headers
See Cloud Hadoop(VPC) overview.
Request bodies
{
"regionCode": "string",
"zoneCode": "string",
"cloudHadoopNotebookImageProductCode": "string",
"productCode": "string",
"infraResourceDetailTypeCode": "string",
"exclusionProductCode": "string",
"responseFormatType": "string"
}
Responses
Response bodies
Errors
See Cloud Hadoop(VPC) overview.
Examples
Request Examples
GET {API_URL}/getCloudHadoopNotebookProductList
?regionCode=KR
&cloudHadoopNotebookImageProductCode=SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050
&productCode=SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002
&infraResourceDetailTypeCode=NTBND
Response examples
{
"getCloudHadoopNotebookProductListResponse": {
"totalRows": 1,
"productList": [
{
"productCode": "SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002",
"productName": "vCPU 4EA, Memory 16GB, Disk 50GB",
"productType": {
"code": "STAND",
"codeName": "Standard"
},
"productDescription": "vCPU 4EA, Memory 16 GB, Disk 50 GB",
"infraResourceType": {
"code": "VCHDP",
"codeName": "Cloud Hadoop (VPC)"
},
"cpuCount": 4,
"memorySize": 17179869184,
"diskType": {
"code": "NET",
"codeName": "Network Storage"
}
}
],
"requestId": "a142515a-bc50-4262-bc8a-efc19d9d16d5",
"returnCode": "0",
"returnMessage": "success"
}
}
<getCloudHadoopNotebookProductListResponse>
<requestId>4d7da061-2ecb-4b05-b5d9-611224de058f</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<productList>
<product>
<productCode>SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002</productCode>
<productName>vCPU 4EA, Memory 16GB, Disk 50GB</productName>
<productType>
<code>STAND</code>
<codeName>Standard</codeName>
</productType>
<productDescription>vCPU 4개, 메모리 16GB, 디스크 50GB</productDescription>
<infraResourceType>
<code>VCHDP</code>
<codeName>Cloud Hadoop (VPC)</codeName>
</infraResourceType>
<cpuCount>4</cpuCount>
<memorySize>17179869184</memorySize>
<diskType>
<code>NET</code>
<codeName>Network Storage</codeName>
</diskType>
</product>
</productList>
</getCloudHadoopNotebookProductListResponse>
Was this article helpful?