MENU
      getCloudHadoopBucketList

        getCloudHadoopBucketList


        Article summary

        Available in VPC

        Searches for Object Storage bucket list that can be used in Cloud Hadoop.

        Requests

        Request Parameters

        Parameter nameRequirement statusTypeRestrictionsDescription
        regionCodeNoString- Region code
        Can determine the Region.
        regionCode can be obtained via the getRegionList action
        Default: select the first Region of the getRegionList search results
        responseFormatTypeNoString- Format type of the response result
        Options: xml | json
        Default: xml

        Request headers

        See Cloud Hadoop(VPC) overview.

        Request bodies

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

        Responses

        Response bodies

        Errors

        See Cloud Hadoop(VPC) overview.

        Examples

        Request Examples

        GET {API_URL}/getCloudHadoopBucketList
        ?regionCode=KR
        HTTP

        Response examples

        {
          "getCloudHadoopBucketListResponse": {
            "totalRows": 1,
            "cloudHadoopBucketList": [
              {
                "bucketName": "guide-test"
              }
            ],
            "requestId": "2d266436-fde3-4095-966e-7079316d9f76",
            "returnCode": "0",
            "returnMessage": "success"
          }
        }
        JSON
        <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>
        XML

        Was this article helpful?

        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.