Reserved

Microsoft.SystemCenter.WebApplication.GetWebPage (Task)

This task is used by the Web Application MP Template wizard. 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.SingleUrlProbe Default

Source Code:

<Task ID="Microsoft.SystemCenter.WebApplication.GetWebPage" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.WebApplication.SingleUrlProbe">
<Verb>GET</Verb>
<URL>URL</URL>
<Version>HTTP/1.1</Version>
<Proxy/>
<ProxyUserName/>
<ProxyPassword/>
<ProxyAuthenticationScheme>None</ProxyAuthenticationScheme>
<CredentialUserName/>
<CredentialPassword/>
<AuthenticationScheme>None</AuthenticationScheme>
</ProbeAction>
</Task>