HTTP GET probe action (URL Probe-based) for monitoring

Microsoft.JEE.Http.UrlProbe.GetRequestBody.ProbeAction (ProbeActionModuleType)

An HTTP GET based probe for retrieving information.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.SystemCenter.WebApplication.UrlProbe Default
FilterNon200 ConditionDetection Microsoft.JEE.StatusCodeCheck.Equal.ConditionDetection Default
Mapper ConditionDetection Microsoft.JEE.XmlStringToDataItemMapper 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.
Verbstring$Config/Verb$VerbThe HTTP Verb used to perform the HTTP call (i.e. GET, POST, HEAD, etc...).
URLstring$Config/URL$URLThe base URL of BeanSpy to perform the HTTP call.
RequestBodystring$Config/RequestBody$Request BodyThe request body to supply to the HTTP call. For example, this would be necessary when performing a HTTP POST.
TimeoutSecondsint$Config/TimeoutSeconds$TimeoutThe timeout-value (in seconds) for inactivity on the probe action.