SolarWinds.Orion.SCOM.SAM.ApplicationApplication

SolarWinds.Orion.SCOM.SAM.Application (ClassType)

An application that was discovered by the SolarWinds Server and Application Monitor.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2c736c57-4946-e666-ae11-59811eaabfdf

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 monitoring object. false 256  False 
SolarWinds.Orion.SCOM.SAM.Application:
ApplicationID  int  Application ID A unique number used to identify this application. true 256   
Name  string  Application Name The name of this application. false 255  False 
Description  string      false 2048  False 
NodeName  string  Node Name The name of the node that this application belongs to. false 255  False 
NodeAddress  string  Node Address The IP Address of the node that this application belongs to. false 255  False 

Health Model:

Source Code:

<ClassType ID="SolarWinds.Orion.SCOM.SAM.Application" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="ApplicationID" Type="int" Key="true"/>
<Property ID="Name" Type="string" Key="false" Length="255"/>
<Property ID="Description" Type="string" Key="false" Length="2048"/>
<Property ID="NodeName" Type="string" Length="255"/>
<Property ID="NodeAddress" Type="string" Key="false" MinLength="7" Length="255"/>
</ClassType>