Get San Zones
GET /vdc/network-systems/{id}/san-fabrics/{fabricId}/san-zones
Returns a list of the active zones (and their zone members) for the specified
fabric or VSAN in a network system. E.g., ../san-fabrics/{fabric-id}/san-zones?zone-name="abc-zone"&exclude-members=true
Note: This is a synchronous call to the device and may take a while to receive a response.
id | the URN of a ViPR network system. |
fabricId | The name of the VSAN or fabric as returned by |
Query Parameters
zone-name | - only returns zone with zone name matched the given name. Return all zones, if not specified. |
exclude-members | - true, do not include members with zone. Include members, if not specified. |
exclude-aliases | - true, do not include aliases with zone. Include aliases, if not specified. |
Required Roles
Response Body
A list of the active zones and their members. If zone name is specified, and there is a match, then only one zone is
returned.
If excludeMembers is true, then only zone name is present.
Field |
Description |
Type |
Notes |
<san_zones> |
|
|
|
<san_zone> |
|
|
0-* Elements
|
<name> |
The zone name.
Valid value:
A name starting with an alpha character and consisting of alpha-numberic characters and underscores. |
String |
|
<members> |
|
|
|
<member> |
|
|
0-* Elements
|
<wwn> |
|
String |
|
<alias> |
|
String |
|
</member> |
|
|
|
</members> |
|
|
|
</san_zone> |
|
|
|
</san_zones> |
|
|
|