EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Bulk Ids

GET /vdc/auto-tier-policies/bulk

Retrieve all ids of this type of resources.


Required Roles

This call has no restrictions.


Response Body

List of ids.

Field Description Type Notes
<ids>
<id> URI 0-* Elements
</ids>

Examples

Request
GET https://192.168.0.0:4443/vdc/auto-tier-policies/bulk HTTP/1.1

Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ids>
	<id>urn:storageos:AutoTieringPolicy:0c88504d-6bd6-461c-8d11-12201fa5beb5:</id>
	<id>urn:storageos:AutoTieringPolicy:15851e12-e4a2-4492-a730-4813e5978c3e:</id>
</ids>