Request parameters
Parameter Name | Description | Required |
account | list resources by account. Must be used with the domainId parameter. | false |
domainid | list only resources belonging to the domain specified | false |
id | the ID of the bucket | false |
ids | the IDs of the Buckets, mutually exclusive with id | false |
isrecursive | defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
keyword | List by keyword | false |
listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false. Resources dedicated to a project are listed only if using the projectid parameter. | false |
name | the name of the bucket | false |
objectstorageid | the ID of the object storage pool, available to ROOT admin only | false |
page | false | |
pagesize | false | |
projectid | list objects by project; if projectid=-1 lists All VMs | false |
tags | List resources by tags (key/value pairs) | false |
Response Tags
Response Name | Description |
id | ID of the Bucket |
accesskey | Bucket Access Key |
account | the account associated with the Bucket |
created | the date the Bucket was created |
domain | the domain associated with the bucket |
domainid | the ID of the domain associated with the bucket |
domainpath | path of the domain to which the bucket belongs |
encryption | Bucket Encryption |
name | name of the Bucket |
objectlocking | Bucket Object Locking |
objectstorageid | id of the object storage hosting the Bucket; returned to admin user only |
objectstore | Name of the object storage hosting the Bucket; returned to admin user only |
policy | Bucket Access Policy |
project | the project name of the bucket |
projectid | the project id of the bucket |
provider | Object storage provider |
quota | Bucket Quota in GB |
size | Total size of objects in Bucket |
state | State of the Bucket |
url | Bucket URL |
usersecretkey | Bucket Secret Key |
versioning | Bucket Versioning |