Discover Runbooks

MPAuthor.Orchestrator.Discovery.Runbooks (Discovery)

Discovers all runbooks availble from the Orchestrator web service. Discovery is disabled by default. You must provide credentials for the Orchestrator Web Service Account and then enable this discovery with an override.

Element properties:

TargetMPAuthor.Orchestrator.RunbookHost
EnabledFalse
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource MPAuthor.Orchestrator.DataSource.DiscoverRunbooks MPAuthor.Orchestrator.RunAsProfile.WebServiceAccount

Source Code:

<Discovery ID="MPAuthor.Orchestrator.Discovery.Runbooks" Target="MPAuthor.Orchestrator.RunbookHost" Enabled="false" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="MPAuthor.Orchestrator.Runbook"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="MPAuthor.Orchestrator.DataSource.DiscoverRunbooks" RunAs="MPAuthor.Orchestrator.RunAsProfile.WebServiceAccount">
<IntervalSeconds>3600</IntervalSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<WebServer>$Target/Property[Type="MPAuthor.Orchestrator.RunbookHost"]/WebServer$</WebServer>
<WebServicePort>$Target/Property[Type="MPAuthor.Orchestrator.RunbookHost"]/WebServicePort$</WebServicePort>
<Debug>false</Debug>
</DataSource>
</Discovery>