(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 163
53-1003160-01
Summary data
A
<xs:complexType name="EventsSeverityCounter">
<xs:sequence>
<xs:element name="emergencyCount" type="tns:EventsTypeCounter"/>
<xs:element name="alertCount" type="tns:EventsTypeCounter"/>
<xs:element name="criticalCount" type="tns:EventsTypeCounter"/>
<xs:element name="errorCount" type="tns:EventsTypeCounter"/>
<xs:element name="warningCount" type="tns:EventsTypeCounter"/>
<xs:element name="noticeCount" type="tns:EventsTypeCounter"/>
<xs:element name="infoCount" type="tns:EventsTypeCounter"/>
<xs:element name="debugCount" type="tns:EventsTypeCounter"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="EventsTypeCounter">
<xs:sequence>
<xs:element name="trapCount" type="xs:int"/>
<xs:element name="inmEventCount" type="xs:int"/>
<xs:element name="securityCount" type="xs:int"/>
<xs:element name="syslogCount" type="xs:int"/>
</xs:sequence>
</xs:complexType>
BottleneckViolationsSummary
<xs:complexType name="BottleneckViolationsSummary">
<xs:sequence>
<xs:element name="bottleneckViolationsCounters"
type="tns:RESTAdaptedMapsBottleneckViolationsMap"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RESTAdaptedMapsBottleneckViolationsMap">
<xs:sequence>
<xs:element name="entryList" type="tns:RESTMapsBottleneckViolationsMapEntry"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RESTMapsBottleneckViolationsMapEntry">
<xs:sequence>
<xs:element name="key" type="tns:PortCategory"/>
<xs:element name="value" type="tns:BottleneckViolationsCounter" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BottleneckViolationsCounter">
<xs:sequence>
<xs:element name="violationsPort" type="tns:ViolationsPort"/>
<xs:element name="bottleneckViolationsCount" type="xs:int"/>
<xs:element name="bottleneckLatencyCount" type="xs:int"/>
<xs:element name="bottleneckCongestionCount" type="xs:int"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="PortCategory">
<xs:restriction base="xs:string">
<xs:enumeration value="ALL"/>
<xs:enumeration value="FC_SWITH_PORT_ISL"/>