Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Get Root Object Acl

GET /rest/namespace/path?{acl}

Gets ACL for a pure object.

URL Format

/rest/namespace/path?{acl}


Query Parameters

acl

Request Headers

"x-emc-date" required
"x-emc-uid" required
"x-emc-signature" required

Response Body


XML Example

Request
> GET /rest/namespace/bucket/file.txt?acl HTTP/1.1
> Host: 192.168.0.0:9022
> User-Agent: curl/7.43.0
> Accept: */*
> Content-Type:text/plain
> x-emc-date:Mon, 20 Feb 2017 19:03:55 GMT
> x-emc-uid:b078f1e44dbc424dbe93fc000c527d5a/atmos_usr
> x-emc-signature:K+irUzo67BVn9+zw35XK3BJonAU=
Response
< HTTP/1.1 200 OK
< Date: Mon, 20 Feb 2017 19:03:55 GMT
< x-emc-useracl: atmos_usr=FULL_CONTROL
< x-emc-groupacl: other=READ
< x-emc-policy: _int
< x-emc-request-id: 0af9f566:15a43dc3b15:a0c6:1c
< Content-Length: 0
< Server: ViPR/1.0