EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Storage Systems

GET /vdc/storage-systems

Gets the id, name, and self link for all registered storage systems.


Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

A reference to a StorageSystemList.

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>