URLGenie.URLGrabScripted.DS (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
SCHED DataSource System.Scheduler Default
PROBE ProbeAction URLGenie.URLGrabScripted.PA Default

Overrideable Parameters:

IDParameterTypeSelector
Bodystring$Config/Body$
CaseSensitivestring$Config/CaseSensitive$
CertDirstring$Config/CertDir$
CertThumbprintstring$Config/CertThumbprint$
CheckErrorDatabool$Config/CheckErrorData$
ContentMatchstring$Config/ContentMatch$
ContentMatchRegExOperatorstring$Config/ContentMatchRegExOperator$
HeaderContentTypestring$Config/HeaderContentType$
Header1Namestring$Config/Header1Name$
Header1Valuestring$Config/Header1Value$
Header2Namestring$Config/Header2Name$
Header2Valuestring$Config/Header2Value$
Header3Namestring$Config/Header3Name$
Header3Valuestring$Config/Header3Value$
IntervalSecondsint$Config/IntervalSeconds$
ProbeActionTimeoutSecondsint$Config/ProbeActionTimeoutSeconds$
ResponseTimeoutstring$Config/ResponseTimeout$
RetryCountstring$Config/RetryCount$
StatusThresholdstring$Config/StatusThreshold$
TLS_Versionstring$Config/TLS_Version$
TrustAllRemoteSSLCertificatesbool$Config/TrustAllRemoteSSLCertificates$
URLstring$Config/URL$
UserAgentstring$Config/UserAgent$
Verbstring$Config/Verb$
VerbosityCharLimitstring$Config/VerbosityCharLimit$
WriteToEventLogbool$Config/WriteToEventLog$

Source Code:

<DataSourceModuleType ID="URLGenie.URLGrabScripted.DS" Accessibility="Internal" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>MSWL!Microsoft.SystemCenter.WebApplication.WebModulesSchema</SchemaType>
<SchemaType>URLGenie.PowerShellWebSecurityProtocol.TLS</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="Body" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="CaseSensitive" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="CertDir" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="CertThumbprint" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="CheckErrorData" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ContentMatch" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ContentMatchRegExOperator" type="RegExCompareType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="HeaderContentType" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Header1Name" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Header1Value" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Header2Name" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Header2Value" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Header3Name" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Header3Value" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ProbeActionTimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ResponseTimeout" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="RetryCount" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="StatusThreshold" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TLS_Version" type="TLS"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="TrustAllRemoteSSLCertificates" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="URL" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="UserAgent" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="Verb" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="VerbosityCharLimit" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="WriteToEventLog" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Body" Selector="$Config/Body$" ParameterType="string"/>
<OverrideableParameter ID="CaseSensitive" Selector="$Config/CaseSensitive$" ParameterType="string"/>
<OverrideableParameter ID="CertDir" Selector="$Config/CertDir$" ParameterType="string"/>
<OverrideableParameter ID="CertThumbprint" Selector="$Config/CertThumbprint$" ParameterType="string"/>
<OverrideableParameter ID="CheckErrorData" Selector="$Config/CheckErrorData$" ParameterType="bool"/>
<OverrideableParameter ID="ContentMatch" Selector="$Config/ContentMatch$" ParameterType="string"/>
<OverrideableParameter ID="ContentMatchRegExOperator" Selector="$Config/ContentMatchRegExOperator$" ParameterType="string"/>
<OverrideableParameter ID="HeaderContentType" Selector="$Config/HeaderContentType$" ParameterType="string"/>
<OverrideableParameter ID="Header1Name" Selector="$Config/Header1Name$" ParameterType="string"/>
<OverrideableParameter ID="Header1Value" Selector="$Config/Header1Value$" ParameterType="string"/>
<OverrideableParameter ID="Header2Name" Selector="$Config/Header2Name$" ParameterType="string"/>
<OverrideableParameter ID="Header2Value" Selector="$Config/Header2Value$" ParameterType="string"/>
<OverrideableParameter ID="Header3Name" Selector="$Config/Header3Name$" ParameterType="string"/>
<OverrideableParameter ID="Header3Value" Selector="$Config/Header3Value$" ParameterType="string"/>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="ProbeActionTimeoutSeconds" Selector="$Config/ProbeActionTimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="ResponseTimeout" Selector="$Config/ResponseTimeout$" ParameterType="string"/>
<OverrideableParameter ID="RetryCount" Selector="$Config/RetryCount$" ParameterType="string"/>
<OverrideableParameter ID="StatusThreshold" Selector="$Config/StatusThreshold$" ParameterType="string"/>
<OverrideableParameter ID="TLS_Version" Selector="$Config/TLS_Version$" ParameterType="string"/>
<OverrideableParameter ID="TrustAllRemoteSSLCertificates" Selector="$Config/TrustAllRemoteSSLCertificates$" ParameterType="bool"/>
<OverrideableParameter ID="URL" Selector="$Config/URL$" ParameterType="string"/>
<OverrideableParameter ID="UserAgent" Selector="$Config/UserAgent$" ParameterType="string"/>
<OverrideableParameter ID="Verb" Selector="$Config/Verb$" ParameterType="string"/>
<OverrideableParameter ID="VerbosityCharLimit" Selector="$Config/VerbosityCharLimit$" ParameterType="string"/>
<OverrideableParameter ID="WriteToEventLog" Selector="$Config/WriteToEventLog$" ParameterType="bool"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="SCHED" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>$Config/IntervalSeconds$</Interval>
<SpreadInitializationOverInterval>$Config/IntervalSeconds$</SpreadInitializationOverInterval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="PROBE" TypeID="URLGenie.URLGrabScripted.PA">
<Body><Script>$Config/Body$</Script></Body>
<CaseSensitive>$Config/CaseSensitive$</CaseSensitive>
<CertDir>$Config/CertDir$</CertDir>
<CertThumbprint>$Config/CertThumbprint$</CertThumbprint>
<CheckErrorData>$Config/CheckErrorData$</CheckErrorData>
<ContentMatch>$Config/ContentMatch$</ContentMatch>
<ContentMatchRegExOperator>$Config/ContentMatchRegExOperator$</ContentMatchRegExOperator>
<HeaderContentType>$Config/HeaderContentType$</HeaderContentType>
<Header1Name>$Config/Header1Name$</Header1Name>
<Header1Value>$Config/Header1Value$</Header1Value>
<Header2Name>$Config/Header2Name$</Header2Name>
<Header2Value>$Config/Header2Value$</Header2Value>
<Header3Name>$Config/Header3Name$</Header3Name>
<Header3Value>$Config/Header3Value$</Header3Value>
<ProbeActionTimeoutSeconds>$Config/ProbeActionTimeoutSeconds$</ProbeActionTimeoutSeconds>
<ResponseTimeout>$Config/ResponseTimeout$</ResponseTimeout>
<RetryCount>$Config/RetryCount$</RetryCount>
<StatusThreshold>$Config/StatusThreshold$</StatusThreshold>
<TLS_Version>$Config/TLS_Version$</TLS_Version>
<TrustAllRemoteSSLCertificates>$Config/TrustAllRemoteSSLCertificates$</TrustAllRemoteSSLCertificates>
<URL>$Config/URL$</URL>
<UserAgent>$Config/UserAgent$</UserAgent>
<Verb>$Config/Verb$</Verb>
<VerbosityCharLimit>$Config/VerbosityCharLimit$</VerbosityCharLimit>
<WriteToEventLog>$Config/WriteToEventLog$</WriteToEventLog>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PROBE">
<Node ID="SCHED"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>