(Supporting Network Advisor 12.3.0)
Table Of Contents
- Contents
- About This Document
- Overview of the Network Advisor REST API
- Getting Started
- Using the Brocade Network Advisor REST API
- Introduction
- Logging in and out
- Specifying content type
- Versioning (backward compatibility)
- Using the Topology API
- Using the SAN Fabric Discovery API
- Using the Traffic Flow API
- Using the Summary Data API
- Using the Events API
- Using the Zoning API
- Using the Historical Performance Data API
- Fibre Channel Routing
- Handling errors
- Use Cases
- API Reference
- Request and Response Schemas
- Topology
- SAN fabric discovery
- Summary data
- SummaryResponse
- StatusSummary
- AssetClassificationSummary
- NetworkObjectCountSummary
- EventsSummary
- BottleneckViolationsSummary
- OutOfRangeViolationsSummary
- PortHealthViolationsSummary
- VmViolationsSummary
- SummariesResponse
- PortsMonitorSummaryData
- MonitorDistributionData
- ProductsMonitorSummaryData
- FlowMonitorSummaryData
- Events
- Zoning
- Historical performance data
- Authentication and session management

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.