(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

Brocade Network Advisor REST API Guide 127
53-1003160-01
Zoning
5
Zoning object creation
Creates zoning objects.
POST URIs
Path parameters
Request parameters
Notes
• Only the following properties in the request object are considered when creating zoning
objects:
- zones: name, type, aliasNames, and memberNames.
- zoneSets: name and zoneNames.
- zoneAliases: name and memberNames.
- edgeFabricWwns: The principal WWNs of the edge fabrics to which the LSAN zones must
be propagated. This parameter is applicable for LSAN zone creation only.
NOTE
The name of the object in the input is mandatory. In the event that zoning object names or
member names contain white spaces, the spaces are removed and the operation proceeds as
usual.
• The request schema is CreateZoningObjectRequest.
URI Description
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/cre
atezoningobject
Creates defined zoning objects as specified in the
CreateZoningObjectRequest.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.
Name Description
zones The zones to be created. Only name, type, aliasNames, and memberNames within the
zone are considered.
zoneAliases The zonealiases to be created. Only name and memberNames within the zonealias are
considered.
zoneSets The zonesets to be created. Only name and zoneNames within the zoneset are
considered.
edgeFabricWwns The principal WWNs of the edge fabrics to which the LSAN zones must
be propagated. This parameter is applicable to LSAN zone creation only.