Module to set the state on the specified target
Dell.Health.TargetSetStateAction (WriteActionModuleType)
Element properties:
Member Modules:
Source Code:
<WriteActionModuleType ID="Dell.Health.TargetSetStateAction" Accessibility="Public" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>SystemHealth!System.Health.AlertSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element minOccurs="1" name="MonitorId" type="xsd:string"/>
<xsd:element minOccurs="1" name="HealthState" type="System.Health.AlertHealthState"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction ID="WA" TypeID="Dell.Health.SetStateAction">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<MonitorId>$Config/MonitorId$</MonitorId>
<ManagedEntityId>$Target/Id$</ManagedEntityId>
<HealthState>$Config/HealthState$</HealthState>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="WA"/>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>