Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




List Objects With Tags

GET /rest/objects?{listabletags}

Retrieves a user's listable tags. Use the "x-emc-tags" header to specify the tags to retrieve. The listable tags are returned as a comma-separated list on the "x-emc-listable-tags" header.

URL Format

/rest/objects?{listabletags}


Query Parameters

listabletags

Request Headers

"x-emc-date" required
"x-emc-uid" required
"x-emc-signature" required
"x-emc-utf8" requiredRequired if tag names and value pairs are in Unicode.
"x-emc-tags" optional
"x-emc-token" optional

Response Headers

"x-emc-listable-tags" always

Response Body


XML Example

Request
> GET /rest/objects?listabletags HTTP/1.1
> Host: 192.168.0.0:9022
> User-Agent: curl/7.43.0
> Accept: */*
> Content-Type:text/plain
> x-emc-date:Fri, 17 Feb 2017 01:58:23 GMT
> x-emc-uid:1bf6f74a5dfe4bc685ebe8ce0884975e/atmos_usr
> x-emc-signature:NTLpV2IBNAdR1/F+RljKMv71DLc=
Response
< HTTP/1.1 200 OK
< Date: Fri, 17 Feb 2017 01:58:23 GMT
< x-emc-listable-tags:
< x-emc-retention-period: 0
< x-emc-policy: _int
< x-emc-request-id: 0af9f566:15a43dc3b15:63b7:0
< Content-Length: 0
< Server: ViPR/1.0