getCloudHadoopBucketList
    • PDF

    getCloudHadoopBucketList

    • PDF

    Article Summary

    VPC環境で利用できます。

    Cloud Hadoopで使用できる Object Storageバケットリストを照会します。

    リクエスト

    リクエストパラメータ

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

    リクエストヘッダ

    Cloud Hadoop(VPC) の概要を参照

    リクエストボディ

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

    レスポンス

    レスポンスボディ

    エラーコード

    Cloud Hadoop(VPC) の概要を参照

    リクエスト例

    GET {API_URL}/getCloudHadoopBucketList
    ?regionCode=KR
    

    レスポンス例

    {
      "getCloudHadoopBucketListResponse": {
        "totalRows": 1,
        "cloudHadoopBucketList": [
          {
            "bucketName": "guide-test"
          }
        ],
        "requestId": "2d266436-fde3-4095-966e-7079316d9f76",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <getCloudHadoopBucketListResponse>
        <requestId>b27bebc4-5816-4f79-b4b3-f529a0ba4659</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudHadoopBucketList>
            <cloudHadoopBucket>
                <bucket>****ket</bucket>
            </cloudHadoopBucket>
        </cloudHadoopBucketList>
    </getCloudHadoopBucketListResponse>
    

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

    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.