Supermicro.Server.ServiceServices

Supermicro.Server.Service (ClassType)

Element properties:

Base ClassSystem.Device
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId24743f71-e74f-ddd5-27ce-aaae8bd6397d

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       
Supermicro.Server.Service:
StatusInformation  string  StatusInformation Status check details false 4000  False     
StateType  string  StateType Host status type. Valid values are SOFT and HARD. false 256  False     
Status  string  Status Current status of a host. Valid values are OK, WARNING, UNKNOWN, and CRITICAL. false 256  False     
LastCheck  string  LastCheck Last check time false 256  False     
HostAddress  string  HostAddress Host IP address or DNS name false 256  False     
ServiceName  string  ServiceName Service name false 256  False     
HostName  string  HostName Host name false 256  False     
ServiceOID  string  ServiceOID Service object ID true 256  False     
HostOID  string  HostOID Host object ID false 256  False     
SSMAddress  string  SSM Address false 256  False     

Health Model:

Source Code:

<ClassType ID="Supermicro.Server.Service" Base="System!System.Device" Accessibility="Public" Abstract="false" Hosted="true">
<Property ID="SSMAddress" Key="false" Type="string"/>
<Property ID="HostOID" Key="false" Type="string"/>
<Property ID="ServiceOID" Key="true" Type="string"/>
<Property ID="HostName" Key="false" Type="string"/>
<Property ID="HostAddress" Key="false" Type="string"/>
<Property ID="ServiceName" Key="false" Type="string"/>
<Property ID="LastCheck" Key="false" Type="string"/>
<Property ID="Status" Key="false" Type="string"/>
<Property ID="StatusInformation" Key="false" MaxLength="4000" Type="string"/>
<Property ID="StateType" Key="false" Type="string"/>
</ClassType>