Object Storage Bucket List
- Print
- PDF
Object Storage Bucket List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Search the Object Storage bucket list.
Request
API URL
GET {SOURCEBUILD_API_URL}/objectstorage/bucket
Request parameter
None
Request query
None
Request body
None
Response
Response body
{
"bucket": [
{
"name": "string",
"permission": "string",
"actionName": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
bucket[].name | string | Bucket name | |
bucket[].permission | string | Permission status for selecting bucket | "Allow"|"Deny" |
bucket[].actionName | string | Required permission name for selecting bucket |
Was this article helpful?