SSRS 2016: Microsoft SQL Server 2016 Reporting Services (Native Mode) Discovery

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

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

Knowledge Base article:

Summary

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

Overrideable 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

Element properties:

TargetMicrosoft.SQLServer.2016.ReportingServices.Seed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2016.ReportingServices.PropertyBag.Instance Microsoft.SQLServer.DiscoveryAccount

Source Code:

<Discovery ID="Microsoft.SQLServer.2016.ReportingServices.Discovery.Instance" Target="Microsoft.SQLServer.2016.ReportingServices.Seed" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2016.ReportingServices.Instance"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2016.ReportingServices.PropertyBag.Instance" RunAs="GPMP!Microsoft.SQLServer.DiscoveryAccount">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<PrincipalName>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</PrincipalName>
<ClassId>$MPElement[Name='Microsoft.SQLServer.2016.ReportingServices.Instance']$</ClassId>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>