EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Bulk Ids

GET /block/consistency-groups/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/block/consistency-groups/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:BlockConsistencyGroup:76aacfbf-1fe9-4eee-9d84-586db5ae3a02:</id>
   <id>urn:storageos:BlockConsistencyGroup:bd022276-00c9-4bc2-8e14-1b42df815dd2:</id>
   <id>urn:storageos:BlockConsistencyGroup:beecb228-5560-412d-8716-ad871b8a174a:</id>
</ids>