(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

120 Brocade Network Advisor REST API Guide
53-1003160-01
Zoning
5
Zone DBs
Retrieves active and defined zone database information on any specific fabric.
GET URIs
Path parameters
Query parameters
Response parameters
Notes
• The response schema is ZoneDbsResponse.
URI Description
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/zon
edbs?active=value
Returns the active and defined zone configuration in
the given fabric.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.
Name Description
active Optional The zone database of interest. The complete database can be read in one
call and additional URIs showing the containment of the zoning objects are
also supported. The URIs support retrieval of LSAN zones as well.
This parameter is optional and if not specified, both the active and defined
zone configurations are returned in a ZoneDbsResponse.
To retrieve the active configuration, set this parameter to true.
To retrieve the defined configuration, set this parameter to false.
Name Description
key Zone identifier (principalSwitchWwn-active).
active Whether zone is active.
checksum Checksum value.
zones List of zones.
zonealiases List of zone alias names.
zonesets List of zone sets.