(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
154 Brocade Network Advisor REST API Guide
53-1003160-01
Topology
A
</xs:complexType>
<xs:complexType name="IslsResponse">
<xs:sequence>
<xs:element name="isls" type="ns1:Isl" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
IflsResponse
<xs:complexType name="Ifl">
<xs:complexContent>
<xs:extension base="ifl">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="edgeFabricName" type="xs:string"/>
<xs:element name="edgeSwitchName" type="xs:string"/>
<xs:element name="edgeSwitchIPAddress" type="xs:string"/>
<xs:element name="edgeSwitchWwn" type="xs:string"/>
<xs:element name="edgeSwitchPortWwn" type="xs:string"/>
<xs:element name="backboneFabricName" type="xs:string"/>
<xs:element name="backboneSwitchName" type="xs:string"/>
<xs:element name="backboneSwitchIPAddress" type="xs:string"/>
<xs:element name="backboneSwitchWwn" type="xs:string"/>
<xs:element name="backboneSwitchPortWwn" type="xs:string"/>
<xs:element name="trunkingEnabled" type="xs:boolean" nillable="true"/>
<xs:element name="speed" type="xs:int" nillable="true"/>
<xs:element name="speedConfigured" type="xs:int" nillable="true"/>
<xs:element name="longDistanceMode" type="xs:int" nillable="true"/>
<xs:element name="desiredDistance" type="xs:int" nillable="true"/>
<xs:element name="linkCost" type="xs:int" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="IflsResponse">
<xs:sequence>
<xs:element name="ifls" type="ns1:Ifl" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
EndDeviceConnectionsResponse
<xs:complexType name="EndDeviceConnection">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="fabricWwn" type="xs:string"/>
<xs:element name="deviceWwn" type="xs:string"/>
<xs:element name="devicePortWwn" type="xs:string"/>
<xs:element name="switchWwn" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="switchPortWwn" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="agWwn" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="agPortWwn" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="logical" type="xs:boolean"/>
</xs:sequence>
</xs:complexType>