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.