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

Microsoft.JEE.Task.UrlProbe.Invoke.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.
AdditionalArgumentsstring$Config/AdditionalArguments$Additional argumentsAdditional arguments for BeanSpy to shape the output XML.
RequestBodystring$Config/RequestBody$Request BodyThe request body is the text that should be placed into the HTTP Post body. The information should specify the MBean to target via JMX Query, the Method to invoke, and an (optional) list of argument parameters. Refer to the documentation for the exact syntax.
TimeoutSecondsint$Config/TimeoutSeconds$TimeoutThe timeout-value (in seconds) for inactivity on the probe action module.

Source Code:

<ProbeActionModuleType ID="Microsoft.JEE.Task.UrlProbe.Invoke.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="AdditionalArguments" type="xsd:string"/>
<xsd:element name="RequestBody" 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="AdditionalArguments" ParameterType="string" Selector="$Config/AdditionalArguments$"/>
<OverrideableParameter ID="RequestBody" ParameterType="string" Selector="$Config/RequestBody$"/>
<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>POST</Verb>
<URL>$Config/BaseURL$/BeanSpy/MBeans/Invoke$Config/AdditionalArguments$</URL>
<RequestBody>$Config/RequestBody$</RequestBody>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<UserName>$RunAs[Name="Microsoft.JEE.InvokeAccount"]/UserName$</UserName>
<Password>$RunAs[Name="Microsoft.JEE.InvokeAccount"]/Password$</Password>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="DS"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>