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.