(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 149
53-1003160-01
Topology
A
<xs:enumeration value="SUBORDINATE"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OperStatusType">
<xs:restriction base="xs:string">
<xs:enumeration value="UNKNOWN"/>
<xs:enumeration value="HEALTHY"/>
<xs:enumeration value="DOWN"/>
<xs:enumeration value="NOT_REACHABLE"/>
<xs:enumeration value="MARGINAL"/>
<xs:enumeration value="CRITICAL"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StateType">
<xs:restriction base="xs:string">
<xs:enumeration value="UNKNOWN"/>
<xs:enumeration value="ONLINE"/>
<xs:enumeration value="OFFLINE"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="FcSwitchesResponse">
<xs:sequence>
<xs:element name="fcSwitches" type="ns1:FcSwitch" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
PhysicalSwitchesResponse
<xs:complexType name="PhysicalSwitch">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="wwn" type="xs:string"/>
<xs:element name="ipAddress" type="xs:string"/>
<xs:element name="userId" type="xs:string"/>
<xs:element name="firmwareVersion" type="xs:string"/>
<xs:element name="vendor" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="supplierSerialNumber" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="partNumber" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="modelNumber" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="manufacturer" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="switchSerialNumber" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="vendorVersion" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="vendorPartNumber" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="snmpInformsEnabled" 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:sequence>
</xs:complexType>
<xs:complexType name="PhysicalSwitchesResponse">
<xs:sequence>
<xs:element name="physicalSwitches" type="ns1:PhysicalSwitch" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>