(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 129
53-1003160-01
Zoning
5
Zoning object updating
Updates zoning objects.
The URI in the following table provides support for updating zoning objects. This includes LSAN
zones.
Only defined zoning objects can be created, updated, or deleted. The active parameter is ignored
in the objects in the input requests.
Only the zoning object name, type, and member names are considered. The name of the object in
the input is mandatory.
In the event that zoning object names or member names contain white spaces, they will be
removed and the operation will proceed as usual.
POST URIs
Path parameters
Request parameters
Notes
Only the following properties in the request object are considered for an update operation.
• zones: name, type, aliasNames and memberNames.
• zoneSets: name and zoneNames.
• zoneAliases: name and memberNames.
URI Description
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/up
datezoningobject
Updates “defined” zoning objects as specified by
UpdateZoningObjectRequest.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.
Name Description
action Whether to add or remove zones. Refer to UpdateAction under
UpdateZoningObjectRequest.
zones The zones to be updated. Only name, type, aliasNames, and memberNames within the
zone are considered.
zoneAliases The zonealiases to be updated. Only name and memberNames within the zonealias are
considered.
zoneSets The zonesets to be updated. 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 for LSAN zone update only.