Modulo di origine dati HTTP GET (basato su probe URL)

Microsoft.JEE.HttpGet.UrlProbe.CheckStatusCode.DataSource (DataSourceModuleType)

Wrapper per effettuare chiamate HTTP GET come modulo di origine dati.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
Probe ProbeAction Microsoft.JEE.HttpGet.UrlProbe.CheckStatusCode.ProbeAction Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ComputerNamestring$Config/ComputerName$Nome computerIl nome del computer che ospita il server applicazioni.
Protocolstring$Config/Protocol$ProtocolloIl protocollo da utilizzare per eseguire la chiamata HTTP.
Portstring$Config/Port$PortaIl numero della porta da utilizzare per eseguire la chiamata HTTP.
URLstring$Config/URL$URLL'URL di base di BeanSpy per eseguire la chiamata HTTP.
IntervalSecondsint$Config/IntervalSeconds$IntervalloIl valore di tempo (in secondi) tra le chiamate sull'origine dati.
TimeoutSecondsint$Config/TimeoutSeconds$TimeoutIl valore di timeout (in secondi) per inattività sull'origine dati.

Source Code:

<DataSourceModuleType ID="Microsoft.JEE.HttpGet.UrlProbe.CheckStatusCode.DataSource" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>WebApp!Microsoft.SystemCenter.WebApplication.WebModulesSchema</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="URL" type="xsd:string"/>
<xsd:element name="IntervalSeconds" type="xsd:integer"/>
<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="URL" ParameterType="string" Selector="$Config/URL$"/>
<OverrideableParameter ID="IntervalSeconds" ParameterType="int" Selector="$Config/IntervalSeconds$"/>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>$Config/IntervalSeconds$</Interval>
<SyncTime/>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.JEE.HttpGet.UrlProbe.CheckStatusCode.ProbeAction">
<ComputerName>$Config/ComputerName$</ComputerName>
<Protocol>$Config/Protocol$</Protocol>
<Port>$Config/Port$</Port>
<URL>$Config/URL$</URL>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>