getCloudHadoopAddOnList
    • PDF

    getCloudHadoopAddOnList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    Cloud HadoopのAdd-Onリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須有無タイプ制約事項説明
    regionCodeNoString- リージョンコード
    - リージョンを決定できます。
    - regionCodeはgetRegionListアクションを通じて取得できます。
    - デフォルト:getRegionList照会結果の最初のリージョンを選択
    cloudHadoopImageProductCodeYesString- Cloud Hadoopクラスタのバージョン
    - cloudHadoopImageProductCodeはgetCloudHadoopImageProductListアクションを通じて取得できます。
    outputNoString- レスポンス結果のフォーマットタイプ
    - Options : xml | json
    - Default : json

    レスポンス

    レスポンス データタイプ

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

    リクエスト例

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

    レスポンス例

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

    この記事は役に立ちましたか?

    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.