Get routing table for this health service

Microsoft.SystemCenter.HealthService.GetRoutingTable (Task)

Displays the snapshot of the routing table used by MOM connector inside of this health service.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Routing ProbeAction Microsoft.SystemCenter.HealthService.Diagnostic.RoutingTableProbe Default

Source Code:

<Task ID="Microsoft.SystemCenter.HealthService.GetRoutingTable" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="Routing" TypeID="Microsoft.SystemCenter.HealthService.Diagnostic.RoutingTableProbe">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
</ProbeAction>
</Task>