MSSQL Reporting Services: Instance Discovery (Native Mode)

Microsoft.SQLServer.ReportingServices.Windows.Discovery.Instance (Discovery)

This rule discovers all instances of Microsoft SQL Server Reporting Services (Native Mode).

Knowledge Base article:

Summary

This rule discovers all instances of Microsoft SQL Server Reporting Services (Native Mode).

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow

Yes

Interval (seconds)

The recurring interval of time in seconds in which to run the workflow.

14400

Synchronization Time

The synchronization time specified by using a 24-hour format. May be omitted.

 

Timeout (seconds)

Specifies the time the workflow is allowed to run before being closed and marked as failed.

300

This rule discovers all instances of Microsoft SQL Server Reporting Services (Native Mode).

Element properties:

TargetMicrosoft.SQLServer.ReportingServices.Windows.LocalSeed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.ReportingServices.Windows.DataSource.InstanceDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.ReportingServices.Windows.Discovery.Instance" Enabled="true" Target="Microsoft.SQLServer.ReportingServices.Windows.LocalSeed" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.ReportingServices.Windows.Instance"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.ReportingServices.Windows.DataSource.InstanceDiscovery">
<PrincipalName>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</PrincipalName>
<TimeoutSeconds>300</TimeoutSeconds>
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
</DataSource>
</Discovery>