getCloudHadoopAddOnList
    • PDF

    getCloudHadoopAddOnList

    • PDF

    記事の要約

    VPC環境で利用できます。

    概要

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

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制限事項説明
    regionCodeNoStringリージョンコード
    • リージョン(Region)を決定可能
    • regionCodeはgetRegionListアクションを通じて取得可能
    • デフォルト: getRegionList照会結果の最初のリージョンを選択
    cloudHadoopImageProductCodeYesStringCloud Hadoopイメージ商品コード
    cloudHadoopClusterTypeCodeYesStringCloud Hadoopのクラスタタイプコード
    engineVersionCodeConditionalStringエンジンバージョンコード
    • getCloudHadoopImageProductListを通じて確認
    • Rockyクラスタで作成時にのみ入力、CentOsスペックは無視
    • 入力しない場合、現在提供中の最新バージョンで作成
    outputNoStringレスポンス結果の形式タイプ
    • オプション: xml | json
    • デフォルト: 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 --cloudHadoopClusterTypeCode CORE_HADOOP_WITH_SPARK
    

    レスポンス

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