EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Bulk Ids

GET /compute/hosts/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/hosts/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:Host:01ac679f-01f2-47ce-9342-9507f3fd12bd:</id>
	<id>urn:storageos:Host:06d0fc6a-152e-40b9-bdbc-50a5ed224af8:</id>
	<id>urn:storageos:Host:08f65438-5853-4560-a6f7-efcf8d5234ba:</id>
	<id>urn:storageos:Host:0e747043-9ffb-4505-b280-488c4b0fff0f:</id>
</ids>