MBean Query task probe action module (URL Probe-based)

Microsoft.JEE.Task.UrlProbe.MBeans.ProbeAction (ProbeActionModuleType)

The MBean task ProbeAction module.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
DS ProbeAction Microsoft.JEE.Http.UrlProbe.GetRequestBodyForTasks.ProbeAction Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ComputerNamestring$Config/ComputerName$Computer nameThe name of the computer that hosts the application server.
Protocolstring$Config/Protocol$ProtocolThe protocol to use to perform the HTTP call.
Portstring$Config/Port$PortThe port number to use to perform the HTTP call.
BaseURLstring$Config/BaseURL$Base URLThe base URL to use to find BeanSpy.
JMXQuerystring$Config/JMXQuery$JMX queryThe JMX query for the application server's MBean stores.
AdditionalArgumentsstring$Config/AdditionalArguments$Additional argumentsAdditional arguments for BeanSpy to shape the output XML.
TimeoutSecondsint$Config/TimeoutSeconds$TimeoutThe timeout-value (in seconds) for inactivity on the probe action module.

Source Code:

<ProbeActionModuleType ID="Microsoft.JEE.Task.UrlProbe.MBeans.ProbeAction" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
<SchemaType>System!System.Discovery.MapperSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="ComputerName" type="xsd:string"/>
<xsd:element name="Protocol" type="xsd:string"/>
<xsd:element name="Port" type="xsd:string"/>
<xsd:element name="BaseURL" type="xsd:string"/>
<xsd:element name="JMXQuery" type="xsd:string"/>
<xsd:element name="AdditionalArguments" type="xsd:string"/>
<xsd:element name="TimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ComputerName" ParameterType="string" Selector="$Config/ComputerName$"/>
<OverrideableParameter ID="Protocol" ParameterType="string" Selector="$Config/Protocol$"/>
<OverrideableParameter ID="Port" ParameterType="string" Selector="$Config/Port$"/>
<OverrideableParameter ID="BaseURL" ParameterType="string" Selector="$Config/BaseURL$"/>
<OverrideableParameter ID="JMXQuery" ParameterType="string" Selector="$Config/JMXQuery$"/>
<OverrideableParameter ID="AdditionalArguments" ParameterType="string" Selector="$Config/AdditionalArguments$"/>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="DS" TypeID="Microsoft.JEE.Http.UrlProbe.GetRequestBodyForTasks.ProbeAction">
<ComputerName>$Config/ComputerName$</ComputerName>
<Protocol>$Config/Protocol$</Protocol>
<Port>$Config/Port$</Port>
<Verb>GET</Verb>
<URL>$Config/BaseURL$/BeanSpy/MBeans?JMXQuery=$Config/JMXQuery$$Config/AdditionalArguments$</URL>
<RequestBody/>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<UserName>$RunAs[Name="Microsoft.JEE.MonitoringAccount"]/UserName$</UserName>
<Password>$RunAs[Name="Microsoft.JEE.MonitoringAccount"]/Password$</Password>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="DS"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>