MSSQL Reporting Services: Deployment Group Discovery

Microsoft.SQLServer.ReportingServices.Core.Discovery.DeploymentGroup (Discovery)

This object discovery populates Deployment Group to contain all Deployment objects.

Knowledge Base article:

Summary

This object discovery populates Deployment Group to contain all Deployment objects.

Overrideable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Element properties:

TargetMicrosoft.SQLServer.ReportingServices.Core.DeploymentGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.SQLServer.ReportingServices.Core.Discovery.DeploymentGroup" Target="Microsoft.SQLServer.ReportingServices.Core.DeploymentGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.ReportingServices.Core.DeploymentGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="RsCore!Microsoft.SQLServer.ReportingServices.Core.Deployment"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.ReportingServices.Core.DeploymentGroupContainsDeployment"]$</RelationshipClass>
</MembershipRule>
<MembershipRule>
<MonitoringClass>$MPElement[Name="RsCore!Microsoft.SQLServer.ReportingServices.Core.DeploymentWatcher"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.ReportingServices.Core.DeploymentGroupContainsDeploymentWatcher"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>