HTTP Request Filter

Definition

Description

If event matches Condition make an HTTP request to the URL Expression and place the response into FieldName.

 

 

Comments

If FieldName is missing, blank or invalid, do nothing.

 

Example

<filter objectId="httpRequest" type="HTTPRequestFilter">
	<parameter autoSetDescription="true" comments="Add comments for Condition..." description="Match all Events" type="Condition">
		<negatePrimaryCondition>false</negatePrimaryCondition>
		<conditionRelation>All</conditionRelation>
	</parameter>
	<parameter autoSetDescription="true" comments="Add comments for Expression..." description="ev:rss.entry.link" type="Expression">
		<type>String</type>
		<formatString>%1%</formatString>
		<formatParmSpec>
			<type>EventType</type>
			<name>ev:rss.entry.link</name>
		</formatParmSpec>
	</parameter>
	<parameter type="FieldName">ev:msg</parameter>
</filter>