Microsoft.SystemCenter.WebApplicationSolutions.SingleUrlTestКоллекция тестов отслеживания доступности веб-приложений

Microsoft.SystemCenter.WebApplicationSolutions.SingleUrlTest (ClassType)

Это решение отслеживания доступности веб-приложений. Оно будет содержать как минимум один тест отслеживания доступности веб-приложений.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd634e72e-cace-62b6-186d-a81abd4f7288

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Отображаемое имя Отображаемое имя объекта. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Состояние объекта Состояние объекта false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Состояние актива Состояние актива false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Примечания Примечания false 4000       
Microsoft.SystemCenter.WebApplicationSolutions.SingleUrlTest:
InstanceId  string  ИД экземпляра true 36  False     
Context  string  Контекст false 8000  False     
Locations  string  Местоположения false 65536  False     
Parameters  string  Параметры false 65536  False     
TestConfig  string  Конфигурация теста false 65536  False     
IntervalInSeconds  int  Интервал (секунд) false 256       
Alerting  bool  Предупреждения false 256       
AlertingOnTest  bool  Создание предупреждений по тесту false 256       
ConsecutiveMatchCount  int  Последовательный счетчик для предупреждений false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.WebApplicationSolutions.SingleUrlTest" Base="System!System.LogicalEntity" Abstract="false" Accessibility="Public" Hosted="false" Singleton="false">
<Property ID="InstanceId" Type="string" Key="true" CaseSensitive="false" MinLength="1" MaxLength="36"/>
<!-- A guid with no dashes -->
<Property ID="Context" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="8000"/>
<Property ID="Locations" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="65536"/>
<Property ID="Parameters" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="65536"/>
<Property ID="TestConfig" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="65536"/>
<Property ID="IntervalInSeconds" Type="int" Key="false" CaseSensitive="false"/>
<Property ID="Alerting" Type="bool" Key="false" CaseSensitive="false"/>
<Property ID="AlertingOnTest" Type="bool" Key="false" CaseSensitive="false"/>
<Property ID="ConsecutiveMatchCount" Type="int" Key="false" CaseSensitive="false"/>
</ClassType>