cancel
Showing results for 
Search instead for 
Did you mean: 

SnapLogic REST Endpoint to get pipeline runtime details using ruuid

wani-amol
New Contributor III

Hello all,

I am using SnapLogic’s REST Endpoint https://elastic.snaplogic.com/api/1/rest/public/runtime
to access one of our pipeline’s runtime details using the pipeline’s ruuid.
Our objective is to get the pipeline logs, write those in our sql db process log table and email the log in case we hit an error and the pipeline fails.
It has been running successfully so far. Is there a way to know if the endpoint is changed or if there are any other changes due to which the existing pipeline could break?
Also, is this a good practice or is there a better way to achieve this?

6 REPLIES 6

gmcclintock
New Contributor

Can you post your pipeline or a screenshot? I’m looking at implementing the same function.