getCloudHadoopNotebookComponentList
- Print
- PDF
getCloudHadoopNotebookComponentList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Searches Cloud Hadoop Notebook Component.
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 | |
cloudHadoopImageProductCode | Yes | String | Cloud Hadoop Notebook image product code - Can be obtained through 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",
"cloudHadoopNotebookImageProductCode": "string",
"responseFormatType": "string"
}
Responses
Response bodies
Errors
See Cloud Hadoop(VPC) overview.
Examples
Request Examples
GET {API_URL}/getCloudHadoopNotebookComponentList
?regionCode=KR
&cloudHadoopNotebookImageProductCode=SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050
Response examples
{
"getCloudHadoopNotebookComponentListResponse": {
"totalRows": 1,
"cloudHadoopNotebookComponentList": [
{
"code": "NOTEBOOK_1.0",
"codeName": "Jupyter notebook 6.4.10 , JupyterLab : 3.2.9"
}
],
"requestId": "fa38dcb6-7eab-4c11-b878-accddd2d10f8",
"returnCode": "0",
"returnMessage": "success"
}
}
<getCloudHadoopNotebookComponentListResponse>
<requestId>18c735fd-c1e1-4257-9ed1-b5b603256122</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<cloudHadoopNotebookComponentList>
<cloudHadoopNotebookComponent>
<code>NOTEBOOK_1.0</code>
<codeName>Jupyter notebook 6.4.10 , JupyterLab : 3.2.9</codeName>
</cloudHadoopNotebookComponent>
</cloudHadoopNotebookComponentList>
</getCloudHadoopNotebookComponentListResponse>
Was this article helpful?