(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
172 Brocade Network Advisor REST API Guide
53-1003160-01
Zoning
A
<xs:enumeration value="STANDARD"/>
<xs:enumeration value="LSAN"/>
<xs:enumeration value="UNKNOWN"/>
</xs:restriction>
</xs:simpleType>
ZonesResponse
<xs:complexType name="ZonesResponse">
<xs:sequence>
<xs:element name="zones" type="ns1:Zone" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
ZoneAliasesResponse
<xs:complexType name="ZoneAlias">
<xs:sequence>
<xs:element name="key" type="xs:string"/
<xs:element name="name" type="xs:string"/>
<xs:element name="memberNames" type="xs:string" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ZoneAliasesResponse">
<xs:sequence>
<xs:element name="zoneAliases" type="ns1:ZoneAlias" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
ZoneSetsResponse
<xs:complexType name="ZoneSet">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="name" type="xs:string"/>
<xs:element name="active" type="xs:boolean"/>
<xs:element name="zoneNames" type="xs:string" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ZoneSetsResponse">
<xs:sequence>
<xs:element name="zonesets" type="ns1:ZoneSet" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
ZoneTransactionResponse
<xs:complexType name="ZoneTransaction">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="lsanZoning" type="xs:boolean"/>
<xs:element name="active" type="xs:boolean"/>
<xs:element name="timeout" type="xs:int"/>