wani-amol
7 years agoNew Contributor III
SnapLogic REST Endpoint to get pipeline runtime details using ruuid
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?