EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Storage Systems

GET /vdc/storage-providers/{id}/storage-systems

Allows the user to get the id, name, and self link for all storage systems visible to the provider with the passed id.

idthe URN of a ViPR Storage provider

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

A StorageSystemList reference specifying the id, name, and self link for the storage systems visible to the provider.

Field Description Type Notes
<storage_systems>
<storage_system>     0-* Elements
<name> The name of the resource String
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</storage_system>      
</storage_systems>