SSRS 2012: Native Mode Deployment Discovery

Microsoft.SQLServer.2012.ReportingServices.Discovery.Deployment (Discovery)

This rule discovers all instances of SSRS 2012 Native Mode Deployments.

Knowledge Base article:

Summary

This rule discovers all instances of SSRS 2012 Native Mode Deployments.

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.2012.ReportingServices.DeploymentSeed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2012.ReportingServices.DataSource.Deployment Microsoft.SQLServer.2012.ReportingServices.RunAsProfile.SDKDiscovery

Source Code:

<Discovery ID="Microsoft.SQLServer.2012.ReportingServices.Discovery.Deployment" Target="Microsoft.SQLServer.2012.ReportingServices.DeploymentSeed" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2012.ReportingServices.Seed"/>
<DiscoveryClass TypeID="Microsoft.SQLServer.2012.ReportingServices.Deployment"/>
<DiscoveryClass TypeID="Microsoft.SQLServer.2012.ReportingServices.DeploymentWatcher"/>
<DiscoveryClass TypeID="SC!Microsoft.SystemCenter.HealthService"/>
<DiscoveryRelationship TypeID="SC!Microsoft.SystemCenter.HealthServiceShouldManageEntity"/>
<DiscoveryRelationship TypeID="Microsoft.SQLServer.2012.ReportingServices.Relations.DeploymentContainRSInstance"/>
<DiscoveryRelationship TypeID="Microsoft.SQLServer.2012.ReportingServices.Relations.DeploymentContainDB"/>
<DiscoveryRelationship TypeID="Microsoft.SQLServer.2012.ReportingServices.Relations.DeploymentReferenceDeploymentWatcher"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2012.ReportingServices.DataSource.Deployment" RunAs="Microsoft.SQLServer.2012.ReportingServices.RunAsProfile.SDKDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<DeploymentName>$Target/Property[Type='Microsoft.SQLServer.2012.ReportingServices.DeploymentSeed']/DeploymentName$</DeploymentName>
<ServerFQDN>$Target/Property[Type='Microsoft.SQLServer.2012.ReportingServices.DeploymentSeed']/ServerFQDN$</ServerFQDN>
<DBInstanceName>$Target/Property[Type='Microsoft.SQLServer.2012.ReportingServices.DeploymentSeed']/DBInstanceName$</DBInstanceName>
<DBName>$Target/Property[Type='Microsoft.SQLServer.2012.ReportingServices.DeploymentSeed']/DBName$</DBName>
<TDBName>$Target/Property[Type='Microsoft.SQLServer.2012.ReportingServices.DeploymentSeed']/TDBName$</TDBName>
<ListRS>$Target/Property[Type='Microsoft.SQLServer.2012.ReportingServices.DeploymentSeed']/SSRSInstances$</ListRS>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>