getCloudHadoopClusterTypeList
    • PDF

    getCloudHadoopClusterTypeList

    • PDF

    Article Summary

    Available in VPC

    Search Cloud Hadoop Cluster Type according to the cluster version.

    Requests

    Request Parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Can determine the Region.
    The regionCode can be obtained via the getRegionList action.
    Default: selects the first region of the getRegionList query results
    cloudHadoopImageProductCodeYesString- Cloud Hadoop image product code
    cloudHadoopImageProductCode can be obtained with productCode of the getCloudHadoopImageProductList action
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Request headers

    See Cloud Hadoop(VPC) overview.

    Request bodies

    {
      "regionCode": "string",
      "cloudHadoopImageProductCode": "string",
      "responseFormatType": "string"
    }
    

    Responses

    Response bodies

    Errors

    See Cloud Hadoop(VPC) overview.

    Examples

    Request Examples

    GET {API_URL}/getCloudHadoopClusterTypeList
    ?regionCode=KR
    &cloudHadoopImageProductCode=SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050
    

    Response examples

    {
      "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?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.