License Probe

Dell.FeatureManagement.Pack.ConfigureLicenseServerProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeMicrosoft.Windows.SerializedObjectData

Member Modules:

ID Module Type TypeId RunAs 
PSP ProbeAction Dell.FeatureManagement.Pack.PowerShellAPITaskProbe.FMPEngine Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
TimeoutSecondsint$Config/TimeoutSeconds$Timeout SecondsLicense Probe Timeout Seconds
LicenseWebServiceURLstring$Config/LicenseWebServiceURL$License Web Service URLLicense Web Service URL
LicenseWebUIURLstring$Config/LicenseWebUIURL$License Web UI URLLicense Web UI URL

Source Code:

<ProbeActionModuleType ID="Dell.FeatureManagement.Pack.ConfigureLicenseServerProbe" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<xsd:element minOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element minOccurs="1" name="LicenseWebServiceURL" type="xsd:string"/>
<xsd:element minOccurs="1" name="LicenseWebUIURL" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="LicenseWebServiceURL" Selector="$Config/LicenseWebServiceURL$" ParameterType="string"/>
<OverrideableParameter ID="LicenseWebUIURL" Selector="$Config/LicenseWebUIURL$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="PSP" TypeID="Dell.FeatureManagement.Pack.PowerShellAPITaskProbe.FMPEngine">
<ScriptName>ConfigureLicenseServer.ps1</ScriptName>
<LogLevel>1</LogLevel>
<LogDirectory>DellFeatureMonitoring_Logs</LogDirectory>
<MPActionType>ConfigureLicenseServer</MPActionType>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<Force>false</Force>
<addonarg1>$Config/LicenseWebServiceURL$</addonarg1>
<PreferredMethod>$Config/LicenseWebUIURL$</PreferredMethod>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PSP"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Windows!Microsoft.Windows.SerializedObjectData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>