EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Bucket ACL

GET /object/buckets/{id}/acl

Gets the ACL settings for bucket

id

Required Roles

Requires one of the following roles:

  • SYSTEM_MONITOR
  • TENANT_ADMIN

Response Body

Field Description Type Notes
<bucket_acl>
<acl>
<ace>     0-* Elements
<user> String
<group> String
<customgroup> String
<domain> String
<permissions> String
<bucket> String
<namespace> String
</ace>      
</acl>
</bucket_acl>