Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual

Page 183

Advertising
background image

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">

Advertising