getCloudHadoopNotebookImageProductList
- Print
- PDF
getCloudHadoopNotebookImageProductList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
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 getRegionList action - Default: select the first Region of the getRegionList query 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 | |
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",
"productCode": "string",
"exclusionProductCode": "string",
"responseFormatType": "string"
}
Responses
Response bodies
Errors
See Cloud Hadoop(VPC) overview.
Examples
Request Examples
GET {API_URL}/getCloudHadoopNotebookImageProductList
?regionCode=KR
&productCode=SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050
Response examples
{
"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>
Was this article helpful?