getCloudHadoopClusterTypeList
    • PDF

    getCloudHadoopClusterTypeList

    • PDF

    Article summary

    Available in VPC

    Search Cloud Hadoop cluster types according to the cluster version.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoString- Region code
    Determine the Region
    You can obtain the regionCode through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    cloudHadoopImageProductCodeYesString- Cloud Hadoop image product code
    cloudHadoopImageProductCode can be obtained through productCode of the getCloudHadoopImageProductList action
    engineVersionCodeConditionalString- 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
    responseFormatTypeNoString- 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?

    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.