(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 155
53-1003160-01
Topology
A
<xs:complexType name="EndDeviceConnectionsResponse">
<xs:complexContent>
<xs:extension base="ns2:PaginatedResponse">
<xs:sequence>
<xs:element name="endDeviceConnections" type="ns1:EndDeviceConnection" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
AgConnectionsResponse
<xs:complexType name="AgConnection">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="sourceSwitchWwn" type="xs:string"/>
<xs:element name="sourcePortWwn" type="xs:string"/>
<xs:element name="sourceUserPortNumber" type="xs:short"/>
<xs:element name="sourcePortType" type="tns:PortType"/>
<xs:element name="destinationSwitchWwn" type="xs:string"/>
<xs:element name="destinationPortWwn" type="xs:string"/>
<xs:element name="destinationUserPortNumber" type="xs:short"/>
<xs:element name="destinationPortType" type="tns:PortType"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AgConnectionsResponse">
<xs:sequence>
<xs:element name="agConnections" type="ns1:AgConnection" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
EndDevicesResponse
<xs:complexType name="EndDevice">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="wwn" type="xs:string"/>
<xs:element name="type" type="xs:string"/>
<xs:element name="deviceType" type="tns:DeviceType"/>
<xs:element name="symbolicName" type="xs:string" minOccurs="0"/>
<xs:element name="fdmiHostName" type="xs:string" minOccurs="0"/>
<xs:element name="vendor" type="xs:string" minOccurs="0"/>
<xs:element name="capability" type="xs:string" minOccurs="0"/>
<xs:element name="proxyDevice" type="xs:boolean" minOccurs="0"/>
<xs:element name="name" type="xs:string" minOccurs="0"/>
<xs:element name="ipAddress" type="xs:string" minOccurs="0"/>
<xs:element name="contact" type="xs:string" minOccurs="0"/>
<xs:element name="location" type="xs:string" minOccurs="0"/>
<xs:element name="description" type="xs:string" minOccurs="0"/>
<xs:element name="fabricWwn" type="xs:string" minOccurs="0"/>
<xs:element name="fdmiSerialNumber" type="xs:string" minOccurs="0"/>
<xs:element name="fdmiFirmwareVersion" type="xs:string" minOccurs="0"/>
<xs:element name="fdmiDriverVersion" type="xs:string" minOccurs="0"/>
<xs:element name="fdmiManufacturer" type="xs:string" minOccurs="0"/>
<xs:element name="fdmiModel" type="xs:string" minOccurs="0"/>