Модуль выборки данных задач вызова MBean (на основе проверки URL-адреса)

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

Модуль выборки данных задачи MBean-компонента.

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$Имя компьютераИмя компьютера, на котором размещен сервер приложений
Protocolstring$Config/Protocol$ПротоколПротокол, который будет использоваться для выполнения вызовов HTTP
Portstring$Config/Port$ПортНомер порта, который будет использоваться для выполнения вызовов HTTP
BaseURLstring$Config/BaseURL$Базовый URL-адресБазовый URL-адрес, используемый для поиска BeanSpy.
AdditionalArgumentsstring$Config/AdditionalArguments$Дополнительные аргументыДополнительные аргументы для BeanSpy для формирования выходных данных XML.
RequestBodystring$Config/RequestBody$Текст запросаТекст запроса — это текст, который необходимо разместить в запросе HTTP Post. Данные должны указывать MBean-компонент, к которому обращается запрос JMX, вызываемый метод и (необязательно) список параметров аргумента. Точный синтаксис см. в документации.
TimeoutSecondsint$Config/TimeoutSeconds$Тайм-аутЗначение времени ожидания (в секундах) периода бездействия для модуля выборки данных

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>