Spectra Logic
1-800-833-1132 : 1-303-449-6400


Access Control Operations : Access Control List Operations : Get Bucket ACL

Get Bucket ACL
Get information about the specified bucket ACL.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/bucket_acl/{ACL UUID or other unique attribute}
To determine the UUID for an ACL, see Get Bucket ACLs.
Responses
Response Elements
<Data>
   <BucketId>{
string}</BucketId>
   <GroupId>{string}</GroupId>
   <Id>{string}</Id>
   <Permission>LIST|READ|WRITE|DELETE|JOB|OWNER</Permission>
   <UserId>{string}</UserId>
</Data>
where the response elements are defined as follows:
Values: LIST, READ, WRITE, DELETE, JOB, OWNER
Example
Sample Request
This request gets information about the bucket ACL with UUID 48b0b0fe-0554-4b96-929c-37c842c80e55.
GET http[s]://blackpearl-hostname/_rest_/bucket_acl/48b0b0fe-0554-4b96-929c-37c842c80e55 HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <BucketId>29116f1d-fd37-4d8b-9501-448f51d8eb81</BucketId>
   <GroupId/>
   <Id>48b0b0fe-0554-4b96-929c-37c842c80e55</Id>
   <Permission>OWNER</Permission>
   <UserId>a8040c5d-9066-438e-8451-2ea26ca27115</UserId>
</Data>