MPAuthor.Orchestrator.RunbookOrchestrator Runbook

MPAuthor.Orchestrator.Runbook (ClassType)

Orchestrator runbook.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0ea883ac-34d3-340a-609f-41a451e1bdf2

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 
MPAuthor.Orchestrator.Runbook:
ID  string  ID ID of the runbook. true 256  False 
Name  string  Name Name of the runbook. false 256  False 
Path  string  Path Full path of the runbook. false 256  False 
WebPath  string  WebPath Full URL to retrieve the runbook with the Orchestrator web service. false 256  False 
IsMonitor  bool  Is Monitor Specifies whether the runbook starts with a monitor activity. false 256   

Health Model:

Source Code:

<ClassType ID="MPAuthor.Orchestrator.Runbook" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Path" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="WebPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsMonitor" Type="bool" Key="false"/>
</ClassType>