Microsoft System Center Reporting Server Operational Data Submission

Microsoft.SystemCenter.OperationalDataReporting.SubmitOperationalData (Rule)

Knowledge Base article:

Summary

Microsoft System Center Reporting Server Operational Data Submission

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouse
CategoryMaintenance
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
SchedulerDataSource DataSource System.Scheduler Default
WA WriteAction Microsoft.SystemCenter.OperationalDataReportingAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.OperationalDataReporting.SubmitOperationalData" Enabled="onEssentialMonitoring" Target="DataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Maintenance</Category>
<DataSources>
<DataSource ID="SchedulerDataSource" TypeID="System!System.Scheduler">
<Scheduler>
<WeeklySchedule>
<Windows>
<Daily>
<Start>22:00</Start>
<End>22:00</End>
<DaysOfWeekMask>64</DaysOfWeekMask>
</Daily>
</Windows>
</WeeklySchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.OperationalDataReportingAction">
<ReportingServerUrl>$Target/Property[Type="DataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse"]/ReportingServerUrl$</ReportingServerUrl>
<ReportRootFolderName>$Target/Property[Type="DataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse"]/ReportRootFolderName$</ReportRootFolderName>
</WriteAction>
</WriteActions>
</Rule>