MENU
      getCloudHadoopAddOnList

        getCloudHadoopAddOnList


        記事の要約

        VPC環境で利用できます。

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

        リクエスト

        リクエストパラメータ

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

        リクエストヘッダ

        Cloud Hadoop(VPC)の概要を参照

        リクエストボディ

        {
          "regionCode": "string",
          "cloudHadoopImageProductCode": "string",
          "cloudHadoopClusterTypeCode": "string",
          "responseFormatType": "string"
        }
        JSON

        レスポンス

        レスポンスボディ

        エラーコード

        Cloud Hadoop(VPC)の概要を参照

        リクエスト例

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

        レスポンス例

        {
          "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"
          }
        }
        JSON
        <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>
        XML

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

        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.