Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

Table of Contents
maxLevel2
absoluteUrltrue

...

Info
  • Asterisk (*): Indicates a mandatory field.

  • Suggestion icon ( ): Indicates a list that is dynamically populated based on the configuration.

  • Expression icon (): Indicates whether the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon (Image Modified ): Indicates that you can add fields in the field set.

  • Remove icon (Image Modified): Indicates that you can remove fields from the field set.

...

Field NameTypeDescription
LabelString
Insert excerpt
File Writer
File Writer
nopaneltrue
Default Value: N/A
ExampleHTTP Router

Routes*



Use this field set to define/map one output view each to one or more of the request methods supportedOnly one method can be specified in each row. Click  to add a new row in this table and define the values accordingly. 

This field set comprises of the following fields:

  • Request method
  • Output view name


Request method

String/Expression/

Suggestion

Select or enter one request method, per each row, depending on the different HTTP requests expected from the Triggered task. The following different request methods are supported:

  • GET
  • POST
  • PUT
  • PATCH
  • DELETE
  • HEAD

This field allows an additional value OTHER to handle request methods coming from the Triggered Task that are not configured in this Snap.

Default Value: N/A
ExampleGET

Output view name

Dropdown list

Select an output view name from this drop-down list for each Request method selected. 

Map the value OTHER to an output view that suits your exception handling requirements. For example, an incoming request method DELETE or HEAD in the above scenario (image) is routed to output4 that corresponds to the value OTHER.

Info
titleConfigure output views beforehand

Ensure that the required number of output views are added for the Snap from the Views tab. These output views will, then, be listed in this field for you to select.

Default Value: N/A
Exampleoutput3

Snap ExecutionDropdown list

Select one of the three following modes in which the Snap executes:

  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during Pipeline validation, then performs full execution of the Snap (unlimited records) during Pipeline runtime.
  • Execute only. Performs full execution of the Snap during Pipeline execution without generating preview data.
  • Disabled. Disables the Snap and all Snaps downstream from it.

Default Value: Validate & Execute
ExampleExecute only

Troubleshooting

ErrorReasonResolution
Failed to evaluate expression: _Reqest_Method.The expression for the Request Method field contains an invalid Pipeline parameter and the Snap is unable to process the incoming requests.

Ensure that you use the correct spelling for Pipeline parameters within the expressions defined in Snap's settings.

Examples

Using HTTP Router Snap to Process the Request from a Triggered Task

...

In this example, the HTTP Router uses this JSON document and the REQUEST_METHOD from the Triggered Task as inputs. Based on the incoming value for REQUEST_METHOD (POST in this example), the HTTP Router routes the document to the corresponding output view (output1 in the validated Pipeline above). The Pipeline execution continues further to finally write the formatted JSON output into a JSON file.

Download this Pipeline

Using HTTP Router Snap to Process an Ultra Task

The following example Pipeline demonstrates how you can use an HTTP Router Snap to process an incoming PATCH request through an Ultra Task. 

First, we create an Ultra Task for the HTTP Router Pipeline with a request to send a notification to the patchadmin@snaplogic.com whenever a patch is completed.

Ultra Task for HTTP Router SnapPipeline with HTTP Router Snap

We configure the HTTP Router Snap to route incoming data to the corresponding view.
Image Modified

When the Ultra Task - Ultra_Task_On_HTTP_Router is run, the corresponding Pipeline - HTTP Router is executed. Based on the HTTP method, the HTTP router routes the data to the corresponding output view (in this example, the patch request routes to output 4). You can further write the formatted JSON output into a JSON file using the File Writer Snap.

Download this Pipeline.

Downloads

Multiexcerpt include macro
namedownload_instructions
pageOpenAPI

...