EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Storage System Connectivity

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

Get information about the connectivity of the registered protection system with the passed id.

idthe URN of a ViPR protection system.

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

A StorageSystemConnectivityRestRep object

Field Description Type Notes
<storage_connectivity_list>
<storage_connectivity>     0-* Elements
<connection_type> The type of connection that exists between two storage systems Valid value: rp vplex String 0-* Elements
<protection_system>    
<name> The name of the resource String
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</protection_system>      
<storage_system>    
<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_connectivity>      
</storage_connectivity_list>