(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 171
53-1003160-01
Zoning
A
<xs:enumeration value="PERFORMANCE_MONITOR"/>
<xs:enumeration value="FIRMWARE_MANAGEMENT"/>
<xs:enumeration value="SCOM_PLUGIN"/>
<xs:enumeration value="VIRTUAL_FABRICS"/>
<xs:enumeration value="SFLOW_MONITORING"/>
<xs:enumeration value="PROPERTIES"/>
<xs:enumeration value="POWER_CENTER"/>
<xs:enumeration value="VIRTUAL_PORT_WWN"/>
<xs:enumeration value="VLAN_MANAGEMENT"/>
<xs:enumeration value="LOOPBACK_TEST"/>
</xs:restriction>
</xs:simpleType>
CountResponse
<xs:complexType name="CountResponse">
<xs:sequence>
<xs:element name="_return" type="xs:int"/>
</xs:sequence>
</xs:complexType>
Zoning
ZoneDbsResponse
<xs:complexType name="ZoneDb">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="active" type="xs:boolean" default="false"/>
<xs:element name="checksum" type="xs:long" default="0"/>
<xs:element name="zones" type="tns:Zone" maxOccurs="unbounded"/>
<xs:element name="zonealiases" type="tns:ZoneAlias" maxOccurs="unbounded"/>
<xs:element name="zonesets" type="tns:ZoneSet" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ZoneDbsResponse">
<xs:sequence>
<xs:element name="zonedbs" type="ns1:ZoneDb" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Zone">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="name" type="xs:string"/>
<xs:element name="type" type="tns:ZoneType"/>
<xs:element name="active" type="xs:boolean"/>
<xs:element name="aliasNames" type="xs:string" maxOccurs="unbounded"/>
<xs:element name="memberNames" type="xs:string" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="ZoneType">
<xs:restriction base="xs:string">