Application Servers Discovery DataSource Module

ozsoft.sap.DatasourceModuleType.Discovery.AppServers (DataSourceModuleType)

SAP AppServer Discovery DataSource Module Type

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.Discovery.Data

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
intervalint$Config/interval$IntervalRepeat Interval (seconds)

Source Code:

<DataSourceModuleType ID="ozsoft.sap.DatasourceModuleType.Discovery.AppServers" Accessibility="Public" Batching="true">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="MPElement" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TargetID" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ClassID" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SID" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="interval" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="hostname" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="sysnr" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="user" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="password" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="interval" Selector="$Config/interval$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>ozsoft.sap.Assembly.Monitoring</Assembly>
<Type>ozsoft.sap.DiscoveryDSAppServers</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>