(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 153
53-1003160-01
Topology
A
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="domainId" type="xs:int"/>
<xs:element name="wwn" type="xs:string"/>
<xs:element name="deviceNodeWwn" type="xs:string"/>
<xs:element name="switchPortWwn" type="xs:string" minOccurs="0"/>
<xs:element name="number" type="xs:short"/>
<xs:element name="portId" type="xs:string"/>
<xs:element name="type" type="xs:string"/>
<xs:element name="symbolicName" type="xs:string" minOccurs="0"/>
<xs:element name="fc4Type" type="xs:string" minOccurs="0"/>
<xs:element name="cos" type="xs:string" minOccurs="0"/>
<xs:element name="hardwareAddress" type="xs:string" minOccurs="0"/>
<xs:element name="npvPhysical" type="xs:boolean" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="EndDevicePortsResponse">
<xs:complexContent>
<xs:extension base="ns2:PaginatedResponse">
<xs:sequence>
<xs:element name="endDevicePorts" type="ns1:EndDevicePort" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
TrunksResponse
<xs:complexType name="Trunk">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="switchWwn" type="xs:string"/>
<xs:element name="masterPortWwn" type="xs:string"/>
<xs:element name="memberPortWwns" type="xs:string" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TrunksResponse">
<xs:sequence>
<xs:element name="trunks" type="ns1:Trunk" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
IslsResponse
<xs:complexType name="Isl">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="fabricWwn" type="xs:string"/>
<xs:element name="sourceSwitchWwn" type="xs:string"/>
<xs:element name="sourcePortWwn" type="xs:string"/>
<xs:element name="destSwitchWwn" type="xs:string"/>
<xs:element name="destSwitchPortWwn" type="xs:string"/>
<xs:element name="cost" type="xs:int" nillable="true" minOccurs="0"/>
<xs:element name="trunked" type="xs:boolean" nillable="true" minOccurs="0"/>
</xs:sequence>