Table of Contents
Connections
Commands
Connections
SnapLogic
Credentials for your cloud SnapLogic environment
Inputs
Input | Type | Detail | Notes |
Organization | TextField | The name of the Organization in SnapLogic | |
Username | TextField | SnapLogic username | |
Password | TextField | SnapLogic password |
Commands
Get Logs
Get the logs for a Pipeline run
Inputs
Input | Type | Detail | Notes |
Run ID (ruuid) | TextField | The Run ID (ruuid) of the Pipeline | |
Log level | DropdownField | The level of logs that you would like to see |
Outputs
Output | Output Type | Notes |
Log file | File | |
Response headers | Json | |
Response code | Integer |
Exit Codes
Code | Type | Detail |
0 | Success | Success |
2 | Error | Task failed |
Query runs
Get the previous Pipeline run data
Inputs
Input | Type | Detail | Notes |
Limit | NumberField | Limit the amount of returned runs | |
In last hours | NumberField | Limit the query to this amount of hours previous to now | |
Pipeline name | TextField | Query the runs for a specific pipeline | |
State | DropdownField | Filter the query by a specific State for a Pipeline run (NoUpdate, Prepared, Started, Queued, Stopped, Stopping, Completed, Failed) |
Outputs
Output | Output Type | Notes |
Response body | File | |
Response headers | Json | |
Response code | Integer |
Exit Codes
Code | Type | Detail |
0 | Success | Success |
2 | Error | Task failed |
Run Pipeline
Dispatch a request to start a Pipeline
Inputs
Input | Type | Detail | Notes |
Task URL | TextField | The URL of the Triggered Task | |
Pipeline Name | TextField | The Pipeline name NOTE: This is required to get the Run ID output |
Outputs
Output | Output Type | Notes |
Response body | File | |
Response headers | Json | |
Response code | Integer | |
Run ID | String |
Exit Codes
Code | Type | Detail |
0 | Success | Success |
2 | Error | Task failed |
3 | Warning | Unable to provide the Run ID as a output |