Re: REST API endpoint for accessing application logs
Ponraj E
Hi Rohit,
Thanks for the reply. I tried this : curl -k -H "Authorization: $(cf oauth-token | grep bearer)" https://doppler.bosh-lite.com:443/apps/$(cf app appName --guid)/recentlogs with my logging_endpoint that i got from cf curl /v2/info (for ex: "https://xxxx:443") .But it says host could not be resolved. Ponraj |
|