BizTalk Application Discovery

Microsoft.BizTalk.Server.2013R2.BizTalkApplication.Discovery (Discovery)

Discovers all BizTalk applications in a BizTalk group, BizTalk hosts in the group, and all relationships associated with applications and hosts.

Knowledge Base article:

Summary

This discovers all BizTalk applications in a BizTalk group, BizTalk hosts in the group, and all relationships associated with applications and hosts.

Element properties:

TargetMicrosoft.BizTalk.Server.2013R2.BizTalkGroup
EnabledTrue
Frequency43200
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.BizTalk.Server.2013R2.BizTalkApplication.DataSource DataSource Microsoft.BizTalk.Server.2013R2.ApplicationDiscovery Default

Source Code:

<Discovery ID="Microsoft.BizTalk.Server.2013R2.BizTalkApplication.Discovery" Enabled="true" Target="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkApplication">
<Property PropertyID="Name"/>
<Property PropertyID="ID"/>
<Property PropertyID="IsDefault"/>
</DiscoveryClass>
<DiscoveryClass TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkHost">
<Property PropertyID="Name"/>
<Property PropertyID="Type"/>
<Property PropertyID="NTGroupName"/>
<Property PropertyID="IsDefault"/>
<Property PropertyID="Is32Bit"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkGroupHostsApplications"/>
<DiscoveryRelationship TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkGroupHostsHosts"/>
</DiscoveryTypes>
<DataSource ID="Microsoft.BizTalk.Server.2013R2.BizTalkApplication.DataSource" TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.ApplicationDiscovery">
<IntervalSeconds>43200</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>