MSSQL Reporting Services: Data Source for Deployment discovery

Microsoft.SQLServer.ReportingServices.Core.DataSource.Deployment (DataSourceModuleType)

Microsoft SQL Server Reporting Services Deployment discovery Data Source.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SQLServer.Core.RunAs.SDK
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Discovery.Scheduler Default
Probe ProbeAction Microsoft.SQLServer.ReportingServices.Core.ProbeAction.Deployment Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
TimeoutSecondsint$Config/TimeoutSeconds$Timeout (seconds)Specifies the time the workflow is allowed to run before being closed and marked as failed.
IntervalSecondsint$Config/IntervalSeconds$Interval (seconds)The recurring interval of time in seconds in which to run the workflow.
SyncTimestring$Config/SyncTime$Synchronization TimeSynchronization Time

Source Code:

<DataSourceModuleType ID="Microsoft.SQLServer.ReportingServices.Core.DataSource.Deployment" Accessibility="Internal" RunAs="SqlCoreLib!Microsoft.SQLServer.Core.RunAs.SDK">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DeploymentName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DisplayName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SSRSInstances" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DBDomain" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DBNetbiosDomain" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DBServerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DBInstanceName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DBName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DBIsReplica" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TempDBName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SyncTime" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
<OverrideableParameter ID="IntervalSeconds" ParameterType="int" Selector="$Config/IntervalSeconds$"/>
<OverrideableParameter ID="SyncTime" ParameterType="string" Selector="$Config/SyncTime$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Discovery.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/IntervalSeconds$</Interval>
<SyncTime>$Config/SyncTime$</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.SQLServer.ReportingServices.Core.ProbeAction.Deployment">
<DeploymentName>$Config/DeploymentName$</DeploymentName>
<DisplayName>$Config/DisplayName$</DisplayName>
<SSRSInstances>$Config/SSRSInstances$</SSRSInstances>
<DBDomain>$Config/DBDomain$</DBDomain>
<DBNetbiosDomain>$Config/DBNetbiosDomain$</DBNetbiosDomain>
<DBServerName>$Config/DBServerName$</DBServerName>
<DBInstanceName>$Config/DBInstanceName$</DBInstanceName>
<DBName>$Config/DBName$</DBName>
<DBIsReplica>$Config/DBIsReplica$</DBIsReplica>
<TempDBName>$Config/TempDBName$</TempDBName>
<DeploymentClassId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.Deployment']$</DeploymentClassId>
<DeploymentWatcherClassId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.DeploymentWatcher']$</DeploymentWatcherClassId>
<EventLogCollectionTargetClassId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.EventLogCollectionTarget']$</EventLogCollectionTargetClassId>
<DeploymentContainsRSInstanceRelId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.DeploymentContainsRSInstance']$</DeploymentContainsRSInstanceRelId>
<DeploymentContainsDBRelId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.DeploymentContainsDB']$</DeploymentContainsDBRelId>
<DeploymentReferencesDeploymentWatcherRelId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.DeploymentReferencesDeploymentWatcher']$</DeploymentReferencesDeploymentWatcherRelId>
<RsGenericInstanceClassId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.Instance']$</RsGenericInstanceClassId>
<HealthServiceClassId>$MPElement[Name='SC!Microsoft.SystemCenter.HealthService']$</HealthServiceClassId>
<HealthServiceShouldManageEntityRelId>$MPElement[Name='SC!Microsoft.SystemCenter.HealthServiceShouldManageEntity']$</HealthServiceShouldManageEntityRelId>
<DiscoverySourceObjectId>$MPElement$</DiscoverySourceObjectId>
<DiscoverySourceManagedEntityId>$Target/Id$</DiscoverySourceManagedEntityId>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<Publisher>SQLReportingServicesDeployment</Publisher>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>