MECM Distribution Point Drive Discovery

MECM.ContentDrive.Discovery (Discovery)

This discovery discovers the drives used by the distribution points.

Element properties:

TargetMECM.DistributionPoint
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource MECM.ContentDrive.Discovery.DS Default

Source Code:

<Discovery ID="MECM.ContentDrive.Discovery" Enabled="true" Target="MECM.DistributionPoint" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="MECM.DistributionPoint"/>
<DiscoveryClass TypeID="MECM.ContentStorageDrive"/>
<DiscoveryRelationship TypeID="MECM.SiteRoleContainsContentStorage"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="MECM.ContentDrive.Discovery.DS">
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<LogLevel>2</LogLevel>
</DataSource>
</Discovery>