Unix WS-Management Privileged Timed Enumerator

Microsoft.Unix.WSMan.Privileged.TimedEnumerator (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.WSManagement.WSManData

Member Modules:

ID Module Type TypeId RunAs 
Enum DataSource Microsoft.SystemCenter.WSManagement.TimedEnumerator Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
OutputErrorIfAnystring$Config/OutputErrorIfAny$Output Error If AnyOutput errors.
Intervalint$Config/Interval$IntervalInterval in seconds that the TimedEnumerator runs.
SyncTimestring$Config/SyncTime$SyncTimeTime of day the TimedEnumerator syncs at.

Source Code:

<DataSourceModuleType ID="Microsoft.Unix.WSMan.Privileged.TimedEnumerator" Accessibility="Public">
<Configuration>
<xsd:element name="TargetSystem" type="xsd:string"/>
<xsd:element name="Uri" type="xsd:string"/>
<xsd:element name="Filter" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="OutputErrorIfAny" type="xsd:boolean" minOccurs="0" maxOccurs="1"/>
<xsd:element name="SplitItems" type="xsd:boolean"/>
<xsd:element name="Interval" type="xsd:unsignedInt"/>
<xsd:element name="SyncTime" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="OutputErrorIfAny" ParameterType="string" Selector="$Config/OutputErrorIfAny$"/>
<OverrideableParameter ID="Interval" ParameterType="int" Selector="$Config/Interval$"/>
<OverrideableParameter ID="SyncTime" ParameterType="string" Selector="$Config/SyncTime$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Enum" TypeID="WSM!Microsoft.SystemCenter.WSManagement.TimedEnumerator">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/Interval$</Interval>
<SyncTime>$Config/SyncTime$</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
<Enumerate>
<Protocol>https</Protocol>
<TargetSystem>$Config/TargetSystem$</TargetSystem>
<Port>1270</Port>
<Authentication>basic</Authentication>
<UserName>$RunAs[Name="Microsoft.Unix.PrivilegedAccount"]/UserName$</UserName>
<Password>$RunAs[Name="Microsoft.Unix.PrivilegedAccount"]/Password$</Password>
<SkipCACheck>false</SkipCACheck>
<SkipCNCheck>false</SkipCNCheck>
<OutputErrorIfAny>$Config/OutputErrorIfAny$</OutputErrorIfAny>
<UTF>utf-8</UTF>
<Uri>$Config/Uri$</Uri>
<Filter>$Config/Filter$</Filter>
<TimeOutInMS>120000</TimeOutInMS>
<SplitItems>$Config/SplitItems$</SplitItems>
<EventPolicy>
<EventOnConnectionErrors>false</EventOnConnectionErrors>
</EventPolicy>
</Enumerate>
</DataSource>
</MemberModules>
<Composition>
<Node ID="Enum"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>WSM!Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
</DataSourceModuleType>