WS-Management Module: Timed IWSManSession.Enumerate Discovery Data Data Source

Microsoft.SystemCenter.WSManagement.TimedEnumerateDiscoveryData (DataSourceModuleType)

This module is a composite module that provides the functionality of IWSManSession.Enumerate invoked periodically and the WS-Management data output mapped to discovery data.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.WSManagement.WSManActionAccount
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Discovery.Scheduler Default
Enumerator ProbeAction Microsoft.SystemCenter.WSManagement.Enumerator Default
Expression ConditionDetection System.ExpressionFilter Default
Mapper ConditionDetection System.Discovery.ClassSnapshotDataMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Protocolstring$Config/Enumerate/Protocol$Protocol
TargetSystemstring$Config/Enumerate/TargetSystem$Target System
Portint$Config/Enumerate/Port$Port
Authenticationstring$Config/Enumerate/Authentication$Authentication
UserNamestring$Config/Enumerate/UserName$User Name
Passwordstring$Config/Enumerate/Password$Password
SkipCACheckbool$Config/Enumerate/SkipCACheck$Skip CA Check
SkipCNCheckbool$Config/Enumerate/SkipCNCheck$Skip CN Check
OutputErrorIfAnybool$Config/Enumerate/OutputErrorIfAny$Output Error If Any
UTFstring$Config/Enumerate/UTF$UTF
Uristring$Config/Enumerate/Uri$Uri
Filterstring$Config/Enumerate/Filter$Filter
TimeOutInMSint$Config/Enumerate/TimeOutInMS$Time Out In MS
SplitItemsbool$Config/Enumerate/SplitItems$Split Items

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.WSManagement.TimedEnumerateDiscoveryData" Accessibility="Public" RunAs="Microsoft.SystemCenter.WSManagement.WSManActionAccount" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
<SchemaType>System!System.Discovery.MapperSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.WSManagement.Schemas</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Scheduler" type="PublicSchedulerType"/>
<xsd:element name="Enumerate" type="EnumerateSchema"/>
<xsd:element name="ClassId" type="xsd:string"/>
<xsd:element name="InstanceSettings" minOccurs="0" maxOccurs="1" type="SettingsType"/>
<xsd:element name="Expression" minOccurs="0" maxOccurs="1" type="ExpressionType"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Protocol" Selector="$Config/Enumerate/Protocol$" ParameterType="string"/>
<OverrideableParameter ID="TargetSystem" Selector="$Config/Enumerate/TargetSystem$" ParameterType="string"/>
<OverrideableParameter ID="Port" Selector="$Config/Enumerate/Port$" ParameterType="int"/>
<OverrideableParameter ID="Authentication" Selector="$Config/Enumerate/Authentication$" ParameterType="string"/>
<OverrideableParameter ID="UserName" Selector="$Config/Enumerate/UserName$" ParameterType="string"/>
<OverrideableParameter ID="Password" Selector="$Config/Enumerate/Password$" ParameterType="string"/>
<OverrideableParameter ID="SkipCACheck" Selector="$Config/Enumerate/SkipCACheck$" ParameterType="bool"/>
<OverrideableParameter ID="SkipCNCheck" Selector="$Config/Enumerate/SkipCNCheck$" ParameterType="bool"/>
<OverrideableParameter ID="OutputErrorIfAny" Selector="$Config/Enumerate/OutputErrorIfAny$" ParameterType="bool"/>
<OverrideableParameter ID="UTF" Selector="$Config/Enumerate/UTF$" ParameterType="string"/>
<OverrideableParameter ID="Uri" Selector="$Config/Enumerate/Uri$" ParameterType="string"/>
<OverrideableParameter ID="Filter" Selector="$Config/Enumerate/Filter$" ParameterType="string"/>
<OverrideableParameter ID="TimeOutInMS" Selector="$Config/Enumerate/TimeOutInMS$" ParameterType="int"/>
<OverrideableParameter ID="SplitItems" Selector="$Config/Enumerate/SplitItems$" ParameterType="bool"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Discovery.Scheduler">
<Scheduler>$Config/Scheduler$</Scheduler>
</DataSource>
<ProbeAction ID="Enumerator" TypeID="Microsoft.SystemCenter.WSManagement.Enumerator">
<Enumerate>$Config/Enumerate$</Enumerate>
</ProbeAction>
<ConditionDetection ID="Expression" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<Not>
<Expression>
<Exists>
<ValueExpression>
<XPathQuery Type="String">WsManData/ErrorCode</XPathQuery>
</ValueExpression>
</Exists>
</Expression>
</Not>
</Expression>
<Expression>$Config/Expression$</Expression>
</And>
</Expression>
</ConditionDetection>
<ConditionDetection ID="Mapper" TypeID="System!System.Discovery.ClassSnapshotDataMapper">
<ClassId>$Config/ClassId$</ClassId>
<InstanceSettings>$Config/InstanceSettings$</InstanceSettings>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Mapper">
<Node ID="Expression">
<Node ID="Enumerator">
<Node ID="Scheduler"/>
</Node>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>