Flush Health Service State and Cache

Microsoft.SystemCenter.ResetHealthServiceStore (Task)

This task will reset all state in the Health Service. This includes the state of rules, monitors, outgoing data, and cached management packs. Since this task will reset the service, status of this task will not be delivered since outgoing task status is part of what is reset by this task.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300
CommentRequest Health Service Store Reset

Member Modules:

ID Module Type TypeId RunAs 
ResetServiceStore WriteAction Microsoft.SystemCenter.ResetServiceStoreAction Default

Source Code:

<Task ID="Microsoft.SystemCenter.ResetHealthServiceStore" Comment="Request Health Service Store Reset" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="ResetServiceStore" TypeID="Microsoft.SystemCenter.ResetServiceStoreAction"/>
</Task>