Réservé

Microsoft.SystemCenter.WebApplication.GetWebPage (Task)

Cette tâche est utilisée par l'Assistant PA Application Web. Elle ne fonctionnera pas correctement si elle est exécutée directement depuis le volet Connaissance ou Actions.

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>