EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Bulk Ids

GET /vdc/storage-tiers/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/storage-tiers/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:StorageTier:13596608-c0a0-4e87-b65e-f09d5022e11a:</id>
	<id>urn:storageos:StorageTier:19b3cea3-4814-407f-a565-a41fe745351c:</id>
	<id>urn:storageos:StorageTier:1c47b776-4478-40d3-ba82-6d30d6e4f962:</id>
	<id>urn:storageos:StorageTier:1c815df4-8a71-40cc-895d-91cd5f04130c:</id>
	<id>urn:storageos:StorageTier:1cc9255b-fd0c-4c5d-ad3b-873574a7433e:</id>
</ids>