EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Bulk Ids

GET /compute/initiators/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/compute/initiators/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:Initiator:005508ec-3f81-4a37-9ed5-d05566fed30c:</id>
	<id>urn:storageos:Initiator:00baf36d-150a-4d43-b417-8eb1666e6990:</id>
	<id>urn:storageos:Initiator:0184b1ec-3ba4-4000-a82d-3034f18b60d3:</id>
	<id>urn:storageos:Initiator:03063015-055b-425c-99c8-540c3dacc1c7:</id>
</ids>