CookdownCommunity.ServiceNow.Monitoring.ServiceNowInstanceServiceNow Instance

CookdownCommunity.ServiceNow.Monitoring.ServiceNowInstance (ClassType)

A Monitored ServiceNow Instance

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId70df842a-cf71-59b7-bdf3-71adc8366cb9

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       
System.Service:
ServiceDescription  string  Service Description Service Description false 256  False     
BusinessDetailedDescription  string  Business Detailed Description Business Detailed Description false 256  False     
IsBusinessService  bool  Is Business Service Is Business Service false 256       
OwnedByOrganization  string  Owned By Organization Owned By Organization false 256  False     
Priority  enum  Priority Priority false 256      System.ServiceManagement.ServicePriority 
Status  enum  Status Status false 256      System.ServiceManagement.ServiceStatus 
Classification  enum  Classification Classification false 256      System.ServiceManagement.ServiceClassification 
AvailabilitySchedule  string  Availability Schedule Availability Schedule false 256  False     
CookdownCommunity.ServiceNow.Monitoring.ServiceNowInstance:
URL  string  URL true 256  False     
Name  string  Name false 256  False     
Type  string  Instance Type false 256  False     
Version  string  Version false 256  False     
DatabaseVersion  string  Database Version false 256  False     
Build  string  Build false 256  False     
Offering  string  ServiceNow Offering false 256  False     
POPStatus  string  POP Status false 256  False     
SMTPStatus  string  SMTP Status false 256  False     

Health Model:

Source Code:

<ClassType ID="CookdownCommunity.ServiceNow.Monitoring.ServiceNowInstance" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="false" Extension="false">
<Property ID="URL" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Name" 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"/>
<Property ID="Version" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="DatabaseVersion" 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="Offering" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="POPStatus" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="SMTPStatus" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>