Supermicro.Server.EventEvent

Supermicro.Server.Event (ClassType)

Events from BMC

Element properties:

Base ClassSupermicro.Server.SMCIEvent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId82c69dbc-f0b2-3a42-be7e-f0d78b60badb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Supermicro.Server.Event:
EventOID  string  EventOID Event object ID true 256  False 
TargetOID  string  TargetOID Target object ID (could be a host or service object ID) false 256  False 
Type  string  Type Event type false 256  False 
Severity  string  Severity The severity of the event false 256  False 
Message  string  Message The message of the event false 4000  False 
Time  string  Time Event datetime false 256  False 

Health Model:

Source Code:

<ClassType ID="Supermicro.Server.Event" Base="SMCIC!Supermicro.Server.SMCIEvent" Accessibility="Public" Abstract="false" Hosted="true">
<Property ID="EventOID" Key="true" Type="string"/>
<Property ID="TargetOID" Key="false" Type="string"/>
<Property ID="Type" Key="false" Type="string"/>
<Property ID="Severity" Key="false" Type="string"/>
<Property ID="Message" Type="string" MaxLength="4000" Key="false"/>
<Property ID="Time" Key="false" Type="string"/>
</ClassType>