10-16-2020 05:33 AM
Hi Team,
We are looking for a solution with Monitoring API where we can get the specific pipeline statistics for a day. It seems the API is not showing correct results.
Please share us your solutions on this.
Regards,
Sindhu
10-22-2020 12:40 AM
Found solution for this. Thanks
09-22-2021 03:39 PM
Can you please post the solution as we have a similar use case.
Thanks.
09-22-2021 11:24 PM
Hey @philliperamos ,
https://elastic.snaplogic.com/api/1/rest/public/runtime/<ORG>/<PIPE_RUUID>
use this endpoint if you like to get details about specific execution of the pipeline. If you need to get complete details related to a pipeline, use this one:
https://elastic.snaplogic.com/api/1/rest/public/runtime/<ORG>?pipe_name=<PIPELINE_NAME>&last_hours=24
09-23-2021 09:43 AM
Seems these endpoint wont work if SSO is enable for your ORG…any work around for that?