getCloudHadoopBucketList
- Print
- PDF
getCloudHadoopBucketList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Searches for Object Storage bucket list that can be used in Cloud Hadoop.
Requests
Request Parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Can determine the Region. regionCode can be obtained via the getRegionList action Default: select the first Region of the getRegionList search results | |
responseFormatType | No | String | - Format type of the response result Options: xml | json Default: xml |
Request headers
See Cloud Hadoop(VPC) overview.
Request bodies
{
"regionCode": "string",
"responseFormatType": "string"
}
Responses
Response bodies
Errors
See Cloud Hadoop(VPC) overview.
Examples
Request Examples
GET {API_URL}/getCloudHadoopBucketList
?regionCode=KR
Response examples
{
"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>
Was this article helpful?