cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Query on Monitoring API

sindhu
New Contributor II

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

5 REPLIES 5

sindhu
New Contributor II

Found solution for this. Thanks

Can you please post the solution as we have a similar use case.
Thanks.

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

Seems these endpoint wont work if SSO is enable for your ORGโ€ฆany work around for that?