cancel
Showing results for 
Search instead for 
Did you mean: 

SnapLogic Public API: Storing Pipeline Data in a Database for Trending

padams
New Contributor

I want to use a pipe to pull pipeline statistics & store in a database to trend on calls per day, failures and duration.

Any thoughts on how to do this?

TIA

1 REPLY 1

Dheeraj
Employee
Employee

Hi Peter,
You can access all those monitoring details for an Org from one of the public API’s. Please refer to the following link for the documentation on the Pipeline Monitoring API.

Pipeline Monitoring API

You should be able to develop a pipeline with REST Connectors to consume the API’s and then load that data to any of the databases with our database connectors. Snaplogic supports a wide variety of databases(Supported Data Snaps)

Hope this helps. Thank you.