get-bucket-list
- Print
- PDF
get-bucket-list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Views the bucket list that is used for import and export of Cloud Data Box.
Caution
- To use API, bucket creation after subscription request of object storage must be done in advance.
- The permission of Object Storage may be required when using with Sub Account.
GET https://{endpoint}/storage/get-bucket-list
Responses
HTTP status code | Description |
---|---|
200 | Succeeded |
400 | Request information error |
401 | Authentication failed |
403 | No permission for request information |
404 | Resource does not exist |
500 | Server error |
Examples
Request examples
https://databox.apigw.ntruss.com/api/v1/storage/get-bucket-list
Response examples
{
"totalCount": 10,
"content": [
"123sfdfd",
"aaa-box",
"aaaaaaaaaa",
"ab123",
"aba",
"abaaaa",
"abccc",
"abcde",
"ace",
"acl-test"
]
}
Property
Item | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
totalCount | Yes | Integer | Total number of bucket | |
content | Yes | List | Bucket name |
Was this article helpful?