getCloudHadoopAddOnList
    • PDF

    getCloudHadoopAddOnList

    • PDF

    Article summary

    Available in VPC

    Overview

    Get Cloud Hadoop's add-on list.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    • Determine the Region
    • regionCode can be obtained through the getRegionList action
    • Default: Select the first Region of the getRegionList query result
    cloudHadoopImageProductCodeYesStringCloud Hadoop image product code
    cloudHadoopClusterTypeCodeYesStringCloud Hadoop cluster type code
    engineVersionCodeConditionalStringEngine 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
    outputNoStringRespond result's format type
    • Options: xml | json
    • Default: json

    Response

    Response data type

    • CloudHadoopAddOnList type
    CloudHadoopAddOnList extends CommonResponse
    private Integer totalRows;
    private List<CloudHadoopAddOn> cloudHadoopAddOnList = new ArrayList<>();
    CloudHadoopAddOn
    private String code;
    private String codeName;

    Examples

    Call

    ncloud vhadoop getCloudHadoopAddOnList --regionCode KR --cloudHadoopImageProductCode SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050 --cloudHadoopClusterTypeCode CORE_HADOOP_WITH_SPARK
    

    Response

    <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.