getCloudHadoopAddOnList
- Print
- PDF
getCloudHadoopAddOnList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Get Cloud Hadoop's add-on list.
Request
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Determine the Region regionCode can be obtained through the getRegionList action Default: Select the first Region of the getRegionList query result | |
cloudHadoopImageProductCode | Yes | String | - Cloud Hadoop image product code cloudHadoopImageProductCode can be obtained through productCode of the getCloudHadoopImageProductList action | |
engineVersionCode | Conditional | String | - Engine version code Check through getCloudHadoopImageProductList Enter only when creating with Rocky cluster, ignore CentOs specs If not entered, it is created with the latest version currently available | |
cloudHadoopClusterTypeCode | Yes | String | - Cloud Hadoop cluster type code cloudHadoopClusterTypeCode can be obtained through the getCloudHadoopClusterTypeList action | |
responseFormatType | No | String | - Format type of the response result Options: xml | json Default: xml |
Request headers
See Cloud Hadoop (VPC) overview.
Request body
{
"regionCode": "string",
"cloudHadoopImageProductCode": "string",
"cloudHadoopClusterTypeCode": "string",
"responseFormatType": "string"
}
Response
Response body
Errors
See Cloud Hadoop (VPC) overview.
Examples
Request example
GET {API_URL}/getCloudHadoopAddOnList
?regionCode=KR
&cloudHadoopImageProductCode=SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050
&cloudHadoopClusterTypeCode=CORE_HADOOP_WITH_SPARK
Response example
{
"getCloudHadoopAddOnListResponse": {
"cloudHadoopAddOnList": [
{
"code": "Presto (0.240)",
"codeName": "PRESTO"
},
{
"code": "HBASE (2.0.2)",
"codeName": "HBASE"
}
],
"requestId": "e2049572-e640-4767-a600-07c7b753c776",
"returnCode": "0",
"returnMessage": "success"
}
}
<getCloudHadoopAddOnListResponse>
<requestId>success</requestId>
<returnCode>0</returnCode>
<cloudHadoopAddOnList>
<cloudHadoopAddOn>
<code>PRESTO</code>
<codeName>Presto (0.240)</codeName>
</cloudHadoopAddOn>
<cloudHadoopAddOn>
<code>HBASE</code>
<codeName>HBASE (2.0.2)</codeName>
</cloudHadoopAddOn>
</cloudHadoopAddOnList>
</getCloudHadoopAddOnListResponse>
Was this article helpful?