WCF Web Service Discovery DataSource

Microsoft.SystemCenter.Apm.IIS2008WcfApplicationDiscoveryDataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Discovery.Scheduler Default
WcfDiscoveryProbe ProbeAction Microsoft.SystemCenter.Apm.IIS2008WcfApplicationDiscoveryProbe Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
DiscoverEmptyDirectoriesAsWcfApplicationOverridebool$Config/DiscoverEmptyDirectoriesAsWcfApplication$WCF Web Service Discovery DataSource Empty Directory discovery OverrideSet to True to treat applications with an empty root virtual directory as WCF Web Services.
AdditionalExtensionsOverridestring$Config/AdditionalExtensions$WCF Web Service Discovery DataSource Additional Extensions OverrideProvide a list of file extensions, separated by a semi-colon (;), that should be used to identify an application as a WCF Web Service. The default pattern used by the IIS discovery is to look for .svc files in the virtual directory, if any are found a WCF Web Service endpoint will be created. An example of a new file extension list string is "foo;bar" that specifies files such as myFile.foo and myFile.bar represent WCF Web Services.
IntervalSecondsOverrideint$Config/IntervalSeconds$WCF Web Service Discovery DataSource Interval Override (in seconds)WCF Web Service Discovery DataSource Interval Override (in seconds)

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.Apm.IIS2008WcfApplicationDiscoveryDataSource" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ComputerPrincipalName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DiscoveryType" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DiscoverySourceObjectId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DiscoverySourceManagedEntityId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DiscoverEmptyDirectoriesAsWcfApplication" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AdditionalExtensions" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter Selector="$Config/DiscoverEmptyDirectoriesAsWcfApplication$" ParameterType="bool" ID="DiscoverEmptyDirectoriesAsWcfApplicationOverride"/>
<OverrideableParameter Selector="$Config/AdditionalExtensions$" ParameterType="string" ID="AdditionalExtensionsOverride"/>
<OverrideableParameter Selector="$Config/IntervalSeconds$" ParameterType="int" ID="IntervalSecondsOverride"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource TypeID="System!System.Discovery.Scheduler" ID="Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/IntervalSeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="WcfDiscoveryProbe" TypeID="Microsoft.SystemCenter.Apm.IIS2008WcfApplicationDiscoveryProbe">
<ComputerName>$Config/ComputerPrincipalName$</ComputerName>
<DiscoveryType>$Config/DiscoveryType$</DiscoveryType>
<DiscoverySourceObjectId>$Config/DiscoverySourceObjectId$</DiscoverySourceObjectId>
<DiscoverySourceManagedEntityId>$Config/DiscoverySourceManagedEntityId$</DiscoverySourceManagedEntityId>
<DiscoverEmptyDirectoriesAsWcfApplication>$Config/DiscoverEmptyDirectoriesAsWcfApplication$</DiscoverEmptyDirectoriesAsWcfApplication>
<AdditionalExtensions>$Config/AdditionalExtensions$</AdditionalExtensions>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="WcfDiscoveryProbe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>