(Supporting Network Advisor 12.3.0)

Table Of Contents
124 Brocade Network Advisor REST API Guide
53-1003160-01
Zoning
5
Zone sets
Returns the active and defined zone sets in the given fabric. The query parameter “active” is
optional and if not specified, both the active and defined zone sets are returned in a
ZoneSetsResponse. In order to retrieve the active zone set, “active” should be set to “true”.
GET URIs
Path parameters
Response parameters
Query parameters
Notes
The response schema is ZoneSetsResponse.
URI Description
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/zon
esets?active=<value>
Returns the active and defined zone sets in the given
fabric.
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/zon
esets/zskey
Returns the details of the given zone set.
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/zon
esets/zskey/zones
Returns the zones in the given zone set.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.
zskey Zone set identifier.
Name Description
key Zone identifier (name-active).
name Zone set name.
active Whether zone set is active.
zoneNames List of zone names.
Name Description
active Optional ZoneSet status (active or defined). If not specified, both active and defined
zonesets are returned in the response (ZoneSetsResponse).
To retrieve active zonesets, set this parameter to true.
To retrieve defined zonesets, set this parameter to false.