07-28-2021 03:39 PM
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
07-28-2021 03:58 PM
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.
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.