Update Discovered Properties

Microsoft.MySQLServer.DiscoverServer.Task (Task)

This task will trigger a discovery of the properties of the MySQL server. This task can be used to trigger a full discovery of the MySQL Server after the MySQL CIM provider is deployed.

Element properties:

TargetMicrosoft.MySQLServer.Installation.Unix
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
DiscoverServer WriteAction Microsoft.MySQLServer.DiscoverProvider.WriteAction Default

Source Code:

<Task ID="Microsoft.MySQLServer.DiscoverServer.Task" Target="Microsoft.MySQLServer.Installation.Unix" Accessibility="Public" Enabled="true">
<Category>Maintenance</Category>
<WriteAction ID="DiscoverServer" TypeID="Microsoft.MySQLServer.DiscoverProvider.WriteAction">
<TimeoutSeconds>240</TimeoutSeconds>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<DiscoveryId>$MPElement[Name="Microsoft.MySQLServer.ManagedServer.Discovery.Unix"]$</DiscoveryId>
<TargetInstanceId>$Target/Host/Id$</TargetInstanceId>
</WriteAction>
</Task>