Reserved

Microsoft.SystemCenter.WebApplication.WebApp (Task)

This task is used to issue requests to a web application. It will not function correctly when directly run from the knowledge or the actions pane.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.SystemCenter.WebApplication.UrlProbeInternal Default

Source Code:

<Task ID="Microsoft.SystemCenter.WebApplication.WebApp" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.WebApplication.UrlProbeInternal">
<Proxy/>
<ProxyUserName/>
<ProxyPassword/>
<ProxyAuthenticationScheme>None</ProxyAuthenticationScheme>
<CredentialUserName/>
<CredentialPassword/>
<AuthenticationScheme>None</AuthenticationScheme>
<FollowRedirects>false</FollowRedirects>
<RetryCount>0</RetryCount>
<RequestTimeout>30</RequestTimeout>
<Requests/>
<TransactionResponseTimeWarningCriteria/>
<TransactionResponseTimeErrorCriteria/>
</ProbeAction>
</Task>