Target Entity CCMS Alert Data Provider

ozsoft.sap.TargetEntityCCMSAlertDataProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Event.LinkedData

Member Modules:

ID Module Type TypeId RunAs 
TargetEntitySdkDataSource DataSource Microsoft.SystemCenter.TargetEntitySdkEventProvider Default
FilterOnValue ConditionDetection System.ExpressionFilter Default

Source Code:

<DataSourceModuleType ID="ozsoft.sap.TargetEntityCCMSAlertDataProvider" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AlertValue" type="xsd:unsignedInt" minOccurs="1" maxOccurs="1"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="TargetEntitySdkDataSource" TypeID="SC!Microsoft.SystemCenter.TargetEntitySdkEventProvider"/>
<ConditionDetection ID="FilterOnValue" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">CCMS</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">EventLevel</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Integer">$Config/AlertValue$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="FilterOnValue">
<Node ID="TargetEntitySdkDataSource"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SC!Microsoft.SystemCenter.Event.LinkedData</OutputType>
</DataSourceModuleType>