(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 169
53-1003160-01
Events
A
<xs:element name="startIndex" type="xs:int" nillable="true" minOccurs="0"/>
<xs:element name="itemsPerPage" type="xs:int" nillable="true" minOccurs="0"/>
<xs:element name="totalResults" type="xs:int" nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Event">
<xs:sequence>
<xs:element name="key" type="xs:string"/> ' the format is edbid-<database id>
<xs:element name="severity" type="tns:Severity" nillable="true" minOccurs="0"/>
<xs:element name="acknowledged" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="sourceName" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="sourceAddr" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="lastOccurrenceHostTime" type="xs:dateTime" nillable="true" minOccurs="0"/>
<xs:element name="firstOccurrenceHostTime" type="xs:dateTime" nillable="true" minOccurs="0"/>
<xs:element name="eventCount" type="xs:int" nillable="true" minOccurs="0"/>
<xs:element name="specialEvent" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="origin" type="tns:Origin" nillable="true" minOccurs="0"/>
<xs:element name="eventCategory" type="tns:Category" nillable="true" minOccurs="0"/>
<xs:element name="description" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="module" type="tns:Module" nillable="true" minOccurs="0"/>
<xs:element name="productAddress" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="contributors" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="nodeWwn" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="portWwn" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="operationalStatus" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="firstOccurrenceSwitchTime" type="xs:dateTime" nillable="true"
minOccurs="0"/>
<xs:element name="lastOccurrenceSwitchTime" type="xs:dateTime" nillable="true"
minOccurs="0"/>
<xs:element name="virtualFabricId" type="xs:short" nillable="true" minOccurs="0"/>
<xs:element name="macAddress" type="xs:string" nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="Severity">
<xs:restriction base="xs:string">
<xs:enumeration value="EMERGENCY"/>
<xs:enumeration value="ALERT"/>
<xs:enumeration value="CRITICAL"/>
<xs:enumeration value="ERROR"/>
<xs:enumeration value="WARNING"/>
<xs:enumeration value="NOTICE"/>
<xs:enumeration value="INFO"/>
<xs:enumeration value="DEBUG"/>
<xs:enumeration value="UNKNOWN"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Origin">
<xs:restriction base="xs:string">
<xs:enumeration value="UNKNOWN"/>
<xs:enumeration value="TRAP"/>
<xs:enumeration value="SYSLOG"/>
<xs:enumeration value="SNORT"/>
<xs:enumeration value="PSEUDOEVENT"/>
<xs:enumeration value="APPLICATION_EVENTS"/>
<xs:enumeration value="OTHERS"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Category">