Microsoft.SystemCenter.Advisor.Monitoring.ServerCabUploadRule (Rule)

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
FUDS DataSource System.FileUploadDataSource System.PrivilegedMonitoringAccount
CCUWA WriteAction Microsoft.SystemCenter.Advisor.Monitoring.CloudCabUploadWriteAction System.PrivilegedMonitoringAccount

Source Code:

<Rule ID="Microsoft.SystemCenter.Advisor.Monitoring.ServerCabUploadRule" Enabled="true" Target="SC!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="FUDS" TypeID="System!System.FileUploadDataSource" RunAs="System!System.PrivilegedMonitoringAccount">
<UploadChannelId>$MPElement[Name="MSAI!Microsoft.SystemCenter.Advisor.Monitoring.AgentCabUploadRule"]$</UploadChannelId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CCUWA" TypeID="Microsoft.SystemCenter.Advisor.Monitoring.CloudCabUploadWriteAction" RunAs="System!System.PrivilegedMonitoringAccount">
<Certificate>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Certificate"]/Data$</Certificate>
<WriteBlockSizeInBytes>1048576</WriteBlockSizeInBytes>
<ParallelOperationThreadCount>3</ParallelOperationThreadCount>
<ProxyUserName>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/UserName$</ProxyUserName>
<ProxyUserPassword>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/Password$</ProxyUserPassword>
<ProxyUserDomain>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/Domain$</ProxyUserDomain>
</WriteAction>
</WriteActions>
</Rule>