02-01-2019 11:03 AM
Created by @cstewart
This pipeline uses the SnapLogic Public APIs to read the summary of executions, then does two things with them; first writes the line detail retrieved into a file, and concurrently, also writes a summary into a file, so you can see what the output contains.
This pipeline utilizes the following techniques:
The REST Get Snap will need a REST Basic Auth account with credentials valid to make the request to the platform, and the result will only include the results for those executions which those credentials have authority to see.
Sources: SnapLogic API
Targets: CSV and JSON Files
Snaps used: REST Get, JSON Splitter, Copy, Aggregate, Mapper, Union, JSON Formatter, CSV Formatter, File Writer
GetRuntimeInfo.slp (19.8 KB)