getCloudHadoopClusterTypeList
    • PDF

    getCloudHadoopClusterTypeList

    • PDF

    Article Summary

    VPC環境で利用できます。

    クラスタバージョンに応じた Cloud Hadoopクラスタ Typeを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    リージョン(Region)を決定可能
    regionCodeは、getRegionListアクションを通じて取得可能
    Default: getRegionList照会結果の最初のリージョンを選択
    cloudHadoopImageProductCodeYesString- Cloud Hadoopイメージのサービスコード
    cloudHadoopImageProductCodeは、getCloudHadoopImageProductListアクションの productCodeで取得可能
    responseFormatTypeNoString- レスポンス結果のフォーマットタイプ
    Options : xml | json
    Default : xml

    リクエストヘッダ

    Cloud Hadoop(VPC) の概要を参照

    リクエストボディ

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

    レスポンス

    レスポンスボディ

    エラーコード

    Cloud Hadoop(VPC) の概要を参照

    リクエスト例

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

    レスポンス例

    {
      "getCloudHadoopClusterTypeListResponse": {
        "cloudHadoopClusterTypeList": [
          {
            "code": "CORE_HADOOP_WITH_SPARK",
            "codeName": "Core Hadoop with Spark : HDFS(3.1.1), YARN(3.1.1), Zookeeper(3.4.6), Ranger(1.2.0), HIVE(3.1.0), Hue(4.3.0), Zeppelin Notebook(0.8.0), Spark(2.3.2)"
          }
        ],
        "requestId": "ac8cf194-cc6e-4916-9fd5-c1fdca43b6f6",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <getCloudHadoopClusterTypeListResponse>
      <requestId>success</requestId>
      <returnCode>0</returnCode>
      <cloudHadoopClusterTypeList>
        <cloudHadoopClusterType>
          <code>CORE_HADOOP_WITH_SPARK</code>
          <codeName>Core Hadoop with Spark : HDFS(3.1.1), YARN(3.1.1), Zookeeper(3.4.6), Ranger(1.2.0), HIVE(3.1.0), Hue(4.3.0), Zeppelin Notebook(0.8.0), Spark(2.3.2)</codeName>
        </cloudHadoopClusterType>
      </cloudHadoopClusterTypeList>
    </getCloudHadoopClusterTypeListResponse>
    

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

    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.