getCloudHadoopAddOnList
    • PDF

    getCloudHadoopAddOnList

    • PDF

    Article Summary

    Available in VPC

    Search Cloud Hadoop Add-On list.

    Requests

    Request Parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Can determine the Region.
    regionCode can be obtained via the getRegionList action
    Default: select the first Region of the getRegionList search results
    cloudHadoopImageProductCodeYesString- Cloud Hadoop image product code
    cloudHadoopImageProductCode can be obtained with productCode of the getCloudHadoopImageProductList action
    cloudHadoopClusterTypeCodeYesString- Cloud Hadoop cluster type code
    cloudHadoopClusterTypeCode can be obtained through the getCloudHadoopClusterTypeList 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",
      "cloudHadoopClusterTypeCode": "string",
      "responseFormatType": "string"
    }
    

    Responses

    Response bodies

    Errors

    See Cloud Hadoop(VPC) overview.

    Examples

    Request Examples

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

    Response examples

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

    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.