Forum Discussion
6 Replies
- Sowmya_RayavaraNew Contributor III
- tstackFormer Employee
You can use the public API for getting an individual runtime document to get some more information. By passing the
level=detailquery parameter, thesnap_mapproperty will be included in the response and you can scan through that to get the error details for each snap.https://elastic.snaplogic.com/api/1/rest/public/runtime/<organization>/<ruuid>?level=detailIs that what you’re after?
- Sowmya_RayavaraNew Contributor III
Thank you so much for your reply. I have used public API. I’m able to see lot of information using public API mentioned.But, I was not able to get the reason, resolution, Stacktrace of failed instance.
- Sowmya_RayavaraNew Contributor III
Can anyone provide any other API by which we will able to read reason, resolution, Stacktrace of failed instance with the help of RUUID?
- ajardinezcalderNew Contributor
Hi.
As stated by tstack the public API is the way to go.
If you make your call with ?level=detail and you will be fine.
The official documentation recommends Level=Detail but this wont work.
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438155/Pipeline+Monitoring+API#PipelineMonitoringAPI-ViewingInformationonSpecificPipelineRuntimes