Re: REST API endpoint for accessing application logs
Juan Antonio BreƱa Moral <bren at juanantonio.info...>
You have an example here:
https://github.com/prosociallearnEU/cf-nodejs-client/blob/master/lib/model/Logs.js https://github.com/prosociallearnEU/cf-nodejs-client/blob/master/test/lib/model/LogTests.js it is possible to not use websockets replacing some parts in the URL: https://loggregator.YOUR_IP.xip.io + '/recent?app=' + app_guid Juan Antonio
|
|