This object discovery discovers if SQL Server 2016 Integrate Services is installed.
This object discovery discovers if SQL Server 2016 Integration Services is installed.
Name | Description | Default Value |
Enabled | Enables or disables the workflow. | Yes |
Interval (seconds) | The recurring interval of time in seconds in which to run the workflow. | 14400 |
Target | Microsoft.SQLServer.2016.IntegrationServices.Seed |
Enabled | True |
Frequency | 14400 |
Remotable | False |
Discovered Classes and their attribuets: |
---|
|
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DS | DataSource | Microsoft.SQLServer.2016.IntegrationServices.DataSource.InstanceDiscovery | Microsoft.SQLServer.DiscoveryAccount |
<Discovery ID="Microsoft.SQLServer.2016.IntegrationServices.Discovery.Instance" Enabled="true" Target="Microsoft.SQLServer.2016.IntegrationServices.Seed">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2016.IntegrationServices.Instance">
<Property TypeID="Microsoft.SQLServer.2016.IntegrationServices.Instance" PropertyID="InstanceName"/>
<Property TypeID="Microsoft.SQLServer.2016.IntegrationServices.Instance" PropertyID="ServiceName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2016.IntegrationServices.DataSource.InstanceDiscovery" RunAs="GPMP!Microsoft.SQLServer.DiscoveryAccount">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>MsDtsServer130</ServiceName>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="Microsoft.SQLServer.2016.IntegrationServices.Instance"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SQLServer.2016.IntegrationServices.Instance"]/InstanceName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SQLServer.2016.IntegrationServices.Instance"]/Type$</Name>
<Value>Integration Services</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SQLServer.2016.IntegrationServices.Instance"]/ServiceName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>