getCloudHadoopClusterTypeList
- Print
- PDF
getCloudHadoopClusterTypeList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Search Cloud Hadoop cluster types according to the cluster version.
Request
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Determine the Region You can obtain the regionCode through the getRegionList action. Default: Select the first region of the getRegionList search results | |
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 specifications If not entered, it is created with the latest version currently available | |
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",
"responseFormatType": "string"
}
Response
Response body
Errors
See Cloud Hadoop (VPC) overview.
Examples
Request example
GET {API_URL}/getCloudHadoopClusterTypeList
?regionCode=KR
&cloudHadoopImageProductCode=SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050
Response example
{
"getCloudHadoopClusterTypeListResponse": {
"cloudHadoopClusterTypeList": [
{
"code": "CORE_HADOOP_WITH_SPARK",
"codeName": "Core Hadoop with Spark : HDFS(3.1.1), YARN(3.1.1), Zookeeper(3.4.6), Ranger(1.2.0), HIVE(3.1.0), Hue(4.3.0), Zeppelin Notebook(0.8.0), Spark(2.3.2)"
}
],
"requestId": "ac8cf194-cc6e-4916-9fd5-c1fdca43b6f6",
"returnCode": "0",
"returnMessage": "success"
}
}
<getCloudHadoopClusterTypeListResponse>
<requestId>success</requestId>
<returnCode>0</returnCode>
<cloudHadoopClusterTypeList>
<cloudHadoopClusterType>
<code>CORE_HADOOP_WITH_SPARK</code>
<codeName>Core Hadoop with Spark : HDFS(3.1.1), YARN(3.1.1), Zookeeper(3.4.6), Ranger(1.2.0), HIVE(3.1.0), Hue(4.3.0), Zeppelin Notebook(0.8.0), Spark(2.3.2)</codeName>
</cloudHadoopClusterType>
</cloudHadoopClusterTypeList>
</getCloudHadoopClusterTypeListResponse>
Was this article helpful?