Forum Discussion
When you say it has been running successfully so far > has it returned an error or do you see any changes in the data captured at the endpoint. You can try validating the account and see if any changes caused this behavior.
There is another way to get the logs from the snaplex using LogAPI
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438932/Log+API
If you are trying to read only failed runtimes it would be simpler and use the runtime API based on state of the pipeline. You are using this anyway.
- wani-amol7 years agoNew Contributor III
Thanks for the quick reply! I should have worded my question better, I wanted to know if the endpoint changes in future, is there a way to be notified about it or it won’t?
I’ll use the log API from now.- tlikarish7 years agoEmployee
We’ve tried to keep all public api’s stable and if there is a change that breaks a consumer of the API, then I’d consider that a bug that should be fixed. If there was a backwards incompatible change, then we’d probably add a new endpoint or bump the version number, /api/2/rest/public/runtime, for the endpoint.
If you have any ideas how we could build better auditing/governance into our platform, feel free to share them in the enhancement requests section for discussion.
- wani-amol7 years agoNew Contributor III
Awesome. The API works fine for our use-case and it is great to know there is support in case anything breaks. Thank you for the information. I really appreciate your quick response. 🙂