Versions Compared

Key

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

...

Table of Contents
minLevel1
maxLevel2
absoluteUrltrue

Overview

This snap is used to SSH to a remote machine and execute a taskgenerate a new HTML as a document for the next snap in the pipeline.

Snap Type

Unix Execute HTML Generator Snap is a Write type Snap.

Prerequisites

  • None.

Limitations and Known Issues

None.

Accounts

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Unix Account for information on setting up this type of accountdose not require any account.

Snap Views

Type

Description

Input 

This Snap has at most one document input view. Each document contains data in the form of json..

Output

This Snap has at most one document output view. Each document contains corresponding response in the form of json.

Error

This Snap has at most one document error view and produces zero or more documents in the view. Each document contains the corresponding error record if snap is not able to process data.

Snap Settings

Field Name

Description

Label

required

The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

CommandTitle

required

Provide the title for the HTML

Style File

Provide the command that needs to be executed.

Fail on non-zero exit status

Check the checkbox.Style File

Script File

Provide the Script File (Edit HTML will allow you to Edit the HTML)

Snap Execution

optional

Specifies the execution type:

  • Validate & Execute: Performs limited execution of the Snap (up to 2000 records based on Preview doc count, default is  50 records) during Pipeline validation; performs full execution of the Snap (unlimited records) during Pipeline execution.

  • Execute only: Performs full execution of the Snap during Pipeline execution; does not execute the Snap during Pipeline validation.

  • Disabled: Disables the Snap and, by extension, its downstream Snaps.

Default value: Execute only

...