(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
148 Brocade Network Advisor REST API Guide
53-1003160-01
Topology
A
FcFabricsResponse
<xs:<xs:complexType name="FcFabric">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="seedSwitchWwn" type="xs:string"/>
<xs:element name="name" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="secure" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="adEnvironment" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="contact" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="location" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="description" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="principalSwitchWwn" type="xs:string"/>
<xs:element name="fabricName" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="virtualFabricId" type="xs:short" nillable="true" minOccurs="0"/>
<xs:element name="seedSwitchIpAddress" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:<xs:complexType name="FcFabricsResponse">
<xs:sequence>
<xs:element name="fcFabrics" type="ns1:FcFabric" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
FcSwitchesResponse
<xs:complexType name="FcSwitch">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="type" type="xs:short"/>
<xs:element name="name" type="xs:string"/>
<xs:element name="wwn" type="xs:string"/>
<xs:element name="virtualFabricId" type="xs:short" nillable="true" minOccurs="0"/>
<xs:element name="domainId" type="xs:short"/>
<xs:element name="baseSwitch" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="role" type="tns:RoleType" nillable="true" minOccurs="0"/>
<xs:element name="fcsRole" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="adCapable" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="operationalStatus" type="tns:OperStatusType" nillable="true"
minOccurs="0"/>
<xs:element name="state" type="tns:StateType" nillable="true" minOccurs="0"/>
<xs:element name="statusReason" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="lfEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="defaultLogicalSwitch" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="fmsMode" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="dynamicLoadSharingCapable" type="xs:boolean" nillable="true"
minOccurs="0"/>
<xs:element name="portBasedRoutingPresent" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="inOrderDeliveryCapable" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="persistentDidEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="autoSnmpEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="RoleType">
<xs:restriction base="xs:string">
<xs:enumeration value="UNKNOWN"/>
<xs:enumeration value="PRINCIPAL"/>