Connect.APM.Foglight.DBO.AgentConnect APM Foglight Agent

Connect.APM.Foglight.DBO.Agent (ClassType)

Element properties:

Base ClassConnect.APM.Foglight.DBO.Base
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId007adf60-f678-f9c2-720a-f1985c28e394

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       
Connect.APM.Foglight.DBO.Base:
longName  string  longName false 256  False     
dbName  string  dbName false 256  False     
Connect.APM.Foglight.DBO.Agent:
uniqueId  string  uniqueId true 256  True     
agentVersion  string  agentVersion false 256  False     
agentName  string  agentName false 256  False     
build  string  build false 256  False     
monitoringHost  string  monitoringHost false 256  False     
type  string  type false 256  False     

Health Model:

Source Code:

<ClassType ID="Connect.APM.Foglight.DBO.Agent" Accessibility="Public" Abstract="false" Base="Connect.APM.Foglight.DBO.Base" Hosted="false" Singleton="false" Extension="false">
<Property ID="uniqueId" Type="string" AutoIncrement="false" Key="true" CaseSensitive="true" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="agentVersion" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="agentName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="build" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="monitoringHost" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="type" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>