(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 151
53-1003160-01
Topology
A
<xs:element name="npivEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="fcFastWriteEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="islRrdyEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="rateLimitCapable" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="rateLimited" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="qosCapable" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="qosEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="fcrFabricId" type="xs:short" nillable="true" minOccurs="0"/>
<xs:element name="state" type="tns:StateType"/>
<xs:element name="occupied" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="masterPortNumber" type="xs:int" nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="PortType">
<xs:restriction base="xs:string">
<xs:enumeration value="U_PORT"/>
<xs:enumeration value="E_PORT"/>
<xs:enumeration value="VE_PORT"/>
<xs:enumeration value="VEX_PORT"/>
<xs:enumeration value="EX_PORT"/>
<xs:enumeration value="F_PORT"/>
<xs:enumeration value="G_PORT"/>
<xs:enumeration value="L_PORT"/>
<xs:enumeration value="LB_PORT"/>
<xs:enumeration value="N_PORT"/>
<xs:enumeration value="N"/>
<xs:enumeration value="NL_PORT"/>
<xs:enumeration value="NL"/>
<xs:enumeration value="INITIATOR"/>
<xs:enumeration value="TARGET"/>
<xs:enumeration value="INITIATOR_TARGET"/>
<xs:enumeration value="INITIATOR_OR_TARGET"/>
<xs:enumeration value="GIGE_PORT"/>
<xs:enumeration value="UNKNOWN"/>
<xs:enumeration value="UNKNOWN_PORT"/>
<xs:enumeration value="LOOPBACK"/>
<xs:enumeration value="FL_PORT"/>
<xs:enumeration value="GX_PORT"/>
<xs:enumeration value="FX_PORT"/>
<xs:enumeration value="FCOE_HOST_PORT"/>
<xs:enumeration value="TE_PORT"/>
<xs:enumeration value="ETHER_PORT"/>
<xs:enumeration value="VIRTUAL_FCOE_PORT"/>
<xs:enumeration value="CNA_PORT"/>
<xs:enumeration value="PHYSICAL_NIC_PORT"/>
<xs:enumeration value="IP_DEVICE_PORT"/>
<xs:enumeration value="IP_STORAGE_PORT"/>
<xs:enumeration value="SAN_STORAGE_PORT"/>
<xs:enumeration value="L2_DUMMY_PORT"/>
<xs:enumeration value="VM_FC_HBA_PORT"/>
<xs:enumeration value="D_PORT"/>
<xs:enumeration value="FE_PORT"/>
<xs:enumeration value="NIC_PORT"/>
<xs:enumeration value="SIM_PORT"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PortStatusType">
<xs:restriction base="xs:string">