
Get information about the connectivity of the registered VirtualArray with the passed id.
id | the URN of a ViPR VirtualArray |
Requires one of the following roles:
NeighbourhoodConnectivityRestRep object
Field | Description | Type | Notes |
<varray_connectivity_list> | |||
<varray_connectivity> |
0-* Elements |
||
<varray> | |||
<name> | The name of the resource | String | |
<id> | ViPR ID of the related object | URI | |
<link> | A hyperlink to the related object | ||
</varray> | |||
<connection_type> | The connection type. Valid values: vplex rp | String |
0-* Elements |
</varray_connectivity> | |||
</varray_connectivity_list> |
GET https://192.168.0.0:4443/vdc/varrays/urn:storageos:VirtualArray:110acf4a-2459-4025-adff-ce429fc4c5c3:/connectivity HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK Content-Type: application/xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <varray_connectivity_list> <varray_connectivity> <connection_type>rp</connection_type> <varray> <id>urn:storageos:VirtualArray:110acf4a-2459-4025-adff-ce429fc4c5c3:</id> <link href="/vdc/varrays/urn:storageos:VirtualArray:110acf4a-2459-4025-adff-ce429fc4c5c3:" rel="self"/> <name>varray_101</name> </varray> </varray_connectivity> <varray_connectivity> <connection_type>rp</connection_type> <varray> <id>urn:storageos:VirtualArray:ae316135-5742-4f40-b4b0-8d38d9604917:</id> <link href="/vdc/varrays/urn:storageos:VirtualArray:ae316135-5742-4f40-b4b0-8d38d9604917:" rel="self"/> <name>Sacramento</name> </varray> </varray_connectivity> </varray_connectivity_list>