EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Protection System Connectivity

GET /vdc/protection-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 ProtectionSystemConnectivityRestRep object

Field Description Type Notes
<protection_connectivity>
<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>      
<protection_site>     0-* Elements
<site_id> The Site ID String
<storage_systems> The Storage Systems associated to with this Site
<storage_system>     0-* Elements
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</storage_system>      
</storage_systems>
</protection_site>      
</protection_connectivity>

Examples

Request
GET https://192.168.0.0:4443/vdc/protection-systems/urn:storageos:ProtectionSystem:1334de80-8efc-4c5b-951e-cf018c9e3efa:/connectivity 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"?>
  <protection_connectivity>
       <protection_system>
            <id>urn:storageos:ProtectionSystem:1334de80-8efc-4c5b-951e-cf018c9e3efa:</id>
            <link href="/vdc/protection-systems/urn:storageos:ProtectionSystem:1334de80-8efc-4c5b-951e-cf018c9e3efa:" rel="self"/>
            <name>vRPA</name>
            </protection_system>
  </protection_connectivity>