Quest.SoSSE.AlarmsSpotlight Alarms Class

Quest.SoSSE.Alarms (ClassType)

Alarms returned for a given/all connections from a selected Spotlight Diagnostic Server

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3663f028-2a80-2ed6-9fc8-c829361a253b
CommentThis class is hosted by the Spotlight connections

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Quest.SoSSE.Alarms:
Id  string  Alarms Id true 256  False     
AlarmSeverity  string  Alarm Severity false 256  False     
AlarmName  string  Alarm Name false 256  False     
AlarmDisplayName  string  Alarm Display Name false 256  False     
AlarmFirstRaised  datetime  Alarm First Raised (UTC/GMT) false 256       
AlarmFirstRaisedMSEpoch  double  Alarm First Raised (UTC/GMT) in MS since start of Epoch false 256       
AlarmErrorText  string  Alarm Error Text false 256  False     
AlarmRequiresAcknowledgement  bool  Alarm Requires Acknowledgement false 256       
AlarmLastRaised  datetime  Alarm Last Raised (UTC/GMT) false 256       
AlarmSnoozed  bool  Alarm Snoozed false 256       
AlarmSnoozedBy  string      false 256  False     
AlarmSnoozedUntil  datetime  Alarm Snoozed Until (UTC/GMT) false 256       
ConnectionName  string  Connection Name false 256  False     
ConnectionDisplayName  string  Connection Display Name false 256  False     
TechnologyType  string  Technology Type false 256  False     
SeverityID  int  Severity ID false 256       
DSName  string  DSName false 256  False     

Health Model:

Source Code:

<ClassType ID="Quest.SoSSE.Alarms" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false" Comment="This class is hosted by the Spotlight connections" Extension="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<Property ID="Id" Key="true" Type="string"/>
<Property ID="AlarmSeverity" Key="false" Type="string"/>
<Property ID="AlarmName" Key="false" Type="string"/>
<Property ID="AlarmDisplayName" Key="false" Type="string"/>
<Property ID="AlarmFirstRaised" Key="false" Type="datetime"/>
<Property ID="AlarmFirstRaisedMSEpoch" Key="false" Type="double"/>
<Property ID="AlarmErrorText" Key="false" Type="string"/>
<Property ID="AlarmRequiresAcknowledgement" Key="false" Type="bool"/>
<Property ID="AlarmLastRaised" Key="false" Type="datetime"/>
<Property ID="AlarmSnoozed" Key="false" Type="bool"/>
<Property ID="AlarmSnoozedBy" Key="false" Type="string" Required="false"/>
<Property ID="AlarmSnoozedUntil" Key="false" Type="datetime" Required="false"/>
<Property ID="ConnectionName" Key="false" Type="string"/>
<Property ID="ConnectionDisplayName" Key="false" Type="string"/>
<Property ID="TechnologyType" Key="false" Type="string"/>
<Property ID="SeverityID" Key="false" Type="int"/>
<Property ID="DSName" Key="false" Type="string"/>
</ClassType>