Complete the following fields on the Create REST Request screen:
Name:
Enter an appropriate name for the filter.
HTTP Method:
Enter or select an HTTP method from the drop-down list (for example, POST ,
GET , DELETE , and so on).
REST Request Parameters:
You can add query string parameters to the REST request. These are simple name-value
pairs (for example, Name=Joe Bloggs ). To add query string parameters, click
the Add button, and enter the name-value pair in the Configure
REST Request Parameters dialog. Repeat to add multiple parameters.
This filter generates the http.querystring and http.raw.querystring
message attributes to store the query string. For example, you can then append contents of the
http.raw.querystring message attribute to a Connect to URL
or Rewrite URL filter using a message attribute property (for example,
?${http.raw.querystring} ).
Add attributes stored in attribute lookup list to REST request:
If you have populated the attribute.lookup.list message attribute using a
previous filter in a policy circuit, you can select this setting to include these message
attributes in the serialized query string that is written to the request.
|