EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Storage Systems

GET /vdc/smis-providers/{id}/storage-systems
This call has been deprecated and will be removed in future versions

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

The method is deprecated. Use /vdc/storage-providers/{id}/storage-systems

idthe URN of a ViPR SMI-S 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>