HTTP GET data source module (URL Probe-based)

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

The wrapper to making HTTP GET calls as a data source module.

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$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.
URLstring$Config/URL$URLThe base URL of BeanSpy to perform the HTTP call.
IntervalSecondsint$Config/IntervalSeconds$IntervalThe time value (in seconds) between the calls on the data source.
TimeoutSecondsint$Config/TimeoutSeconds$TimeoutThe timeout-value (in seconds) for inactivity on the data source.