System.Connectors.GenerateAlertFromSdkEvent (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeMicrosoft.SystemCenter.Event.LinkedData

Member Modules:

ID Module Type TypeId RunAs 
Mapper ConditionDetection System.Connectors.GenericAlertMapper Default
WA WriteAction System.Connectors.PublishAlert Default

Source Code:

<WriteActionModuleType ID="System.Connectors.GenerateAlertFromSdkEvent" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Health!System.Health.AlertSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Priority">
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Severity">
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="AlertName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertDescription" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertOwner" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertMessageId" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertParameters" type="System.Health.AlertParameters" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Suppression" type="System.Health.Suppression" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Custom1" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Custom2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Custom3" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Custom4" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Custom5" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Custom6" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Custom7" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Custom8" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Custom9" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Custom10" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<ConditionDetection TypeID="System.Connectors.GenericAlertMapper" ID="Mapper">
<Priority>$Config/Priority$</Priority>
<Severity>$Config/Severity$</Severity>
<ManagedEntityId>$Data/ManagedEntityId$</ManagedEntityId>
<AlertName>$Config/AlertName$</AlertName>
<AlertDescription>$Config/AlertDescription$</AlertDescription>
<AlertOwner>$Config/AlertOwner$</AlertOwner>
<AlertMessageId>$Config/AlertMessageId$</AlertMessageId>
<AlertParameters>$Config/AlertParameters$</AlertParameters>
<Suppression>$Config/Suppression$</Suppression>
<WorkflowId>$MPElement$</WorkflowId>
<Custom1>$Config/Custom1$</Custom1>
<Custom2>$Config/Custom2$</Custom2>
<Custom3>$Config/Custom3$</Custom3>
<Custom4>$Config/Custom4$</Custom4>
<Custom5>$Config/Custom5$</Custom5>
<Custom6>$Config/Custom6$</Custom6>
<Custom7>$Config/Custom7$</Custom7>
<Custom8>$Config/Custom8$</Custom8>
<Custom9>$Config/Custom9$</Custom9>
<Custom10>$Config/Custom10$</Custom10>
</ConditionDetection>
<WriteAction TypeID="System.Connectors.PublishAlert" ID="WA"/>
</MemberModules>
<Composition>
<Node ID="WA">
<Node ID="Mapper"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>SC!Microsoft.SystemCenter.Event.LinkedData</InputType>
</WriteActionModuleType>