|
REST API endpoint for accessing application logs
Hi, I want to get the application's dumped logs from the loggregator and not the tailing logs. CLI provides me a command to do it: cf logs APP_NAME --recent displays all the lines in the Loggregator b
Hi, I want to get the application's dumped logs from the loggregator and not the tailing logs. CLI provides me a command to do it: cf logs APP_NAME --recent displays all the lines in the Loggregator b
|
By
Ponraj E
· #2246
·
|
|
REST API endpoint for accessing application logs
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_en
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_en
|
By
Ponraj E
· #2248
·
|
|
REST API endpoint for accessing application logs
Hi Rohit, I am using the cf-release version 211, CC API version 2.28.0 , CLI version-6.12.2. Also I replaced "loggregator" with "doppler" . But still its not able to resolve the host. For instance, my
Hi Rohit, I am using the cf-release version 211, CC API version 2.28.0 , CLI version-6.12.2. Also I replaced "loggregator" with "doppler" . But still its not able to resolve the host. For instance, my
|
By
Ponraj E
· #2275
·
|
|
REST API endpoint for accessing application logs
Hi Rohit, Now I am able to resolve the host, but the command doesnt seem to work. It says, curl: option --guid)/recentlogs: is unknown -- Ponraj
Hi Rohit, Now I am able to resolve the host, but the command doesnt seem to work. It says, curl: option --guid)/recentlogs: is unknown -- Ponraj
|
By
Ponraj E
· #2276
·
|
|
REST API endpoint for accessing application logs
Hi, Sorry for the spam. Latest update : I am able to execute the command. But I dont have authorization. I get the message. You are not authorized. Error: Invalid authorization -- Ponraj
Hi, Sorry for the spam. Latest update : I am able to execute the command. But I dont have authorization. I get the message. You are not authorized. Error: Invalid authorization -- Ponraj
|
By
Ponraj E
· #2277
·
|
|
REST API endpoint for accessing application logs
Hi , I executed the command with manually putting the outh token -pasting the o/p here: C:\WINDOWS\system32>curl -k -H "Authorization: bearer xxxx" "https://doppler.xx.xxx.xxxxxxxx:443/apps/e0dc9133-f
Hi , I executed the command with manually putting the outh token -pasting the o/p here: C:\WINDOWS\system32>curl -k -H "Authorization: bearer xxxx" "https://doppler.xx.xxx.xxxxxxxx:443/apps/e0dc9133-f
|
By
Ponraj E
· #2320
·
|
|
REST API endpoint for accessing application logs
Hi Warren, Thanks. Reg #3:Even "wss://doppler.xx.xxx.xxxxxxxx.xxx:443" gives the same "invalid URI for request". -- Ponraj
Hi Warren, Thanks. Reg #3:Even "wss://doppler.xx.xxx.xxxxxxxx.xxx:443" gives the same "invalid URI for request". -- Ponraj
|
By
Ponraj E
· #2331
·
|
|
REST API endpoint for accessing application logs
Hi Warren, Thanks. Have some questions regarding the loggregator. 1. I see the loggregator has all the logs drained by cf components + applications as well. Is the logs timebound? If yes, where do we
Hi Warren, Thanks. Have some questions regarding the loggregator. 1. I see the loggregator has all the logs drained by cf components + applications as well. Is the logs timebound? If yes, where do we
|
By
Ponraj E
· #2364
·
|
|
REST API endpoint for accessing application logs
Hi, Short update reg the question #2 above: I came to know from here http://docs.cloudfoundry.org/loggregator/ops.html that the number/size of log messages drained to the doppler can be controlled by
Hi, Short update reg the question #2 above: I came to know from here http://docs.cloudfoundry.org/loggregator/ops.html that the number/size of log messages drained to the doppler can be controlled by
|
By
Ponraj E
· #2369
·
|
|
REST API endpoint for accessing application logs
Hi Warren, Thanks. Reg #1, Is the loggregator clears the logs after "certain period of interval"? If yes, How much is that and where do we configure that? -- Ponraj
Hi Warren, Thanks. Reg #1, Is the loggregator clears the logs after "certain period of interval"? If yes, How much is that and where do we configure that? -- Ponraj
|
By
Ponraj E
· #2408
·
|
|
Inline-relations-depth: deprecation and its consequences
Hi, I am using cf version 211 and CC API version 2.28.0. I am curious to know why the "inline-relations-depth" is going to be deprecated. It seems to be a useful feature. For instance, I have a use ca
Hi, I am using cf version 211 and CC API version 2.28.0. I am curious to know why the "inline-relations-depth" is going to be deprecated. It seems to be a useful feature. For instance, I have a use ca
|
By
Ponraj E
· #2719
·
|
|
Inline-relations-depth: deprecation and its consequences
Hi, If anyone can provide information on this atleast, it would help. 1. Why the "inline-relations-depth" feature is going to be deprecated. 2. Does cf has planned any other alternative solution in th
Hi, If anyone can provide information on this atleast, it would help. 1. Why the "inline-relations-depth" feature is going to be deprecated. 2. Does cf has planned any other alternative solution in th
|
By
Ponraj E
· #2770
·
|
|
Inline-relations-depth: deprecation and its consequences
Hi Urvashi, Thanks for the reply. This really helps. Appreciate it. And I had a look at the "including-relations" api which replaces the inline-relations-depth. This is very much useful. Have a couple
Hi Urvashi, Thanks for the reply. This really helps. Appreciate it. And I had a look at the "including-relations" api which replaces the inline-relations-depth. This is very much useful. Have a couple
|
By
Ponraj E
· #2823
·
|
|
Organization quota definition-questions
Hi, Is it possible to get the disk quota at an organization level? As far as I see, the quota definition api doesnt return the disk quota[upper limit] info? I want to calculate the used disc quota/Tot
Hi, Is it possible to get the disk quota at an organization level? As far as I see, the quota definition api doesnt return the disk quota[upper limit] info? I want to calculate the used disc quota/Tot
|
By
Ponraj E
· #3097
·
|
|
Organization quota definition-questions
Hi, Since the documentation for the quota definition is quite unclear at the moment, have more questions reg the same. I want to display the resource consumption (memory,disk usage,etc) at the org and
Hi, Since the documentation for the quota definition is quite unclear at the moment, have more questions reg the same. I want to display the resource consumption (memory,disk usage,etc) at the org and
|
By
Ponraj E
· #3098
·
|
|
Organization quota definition-questions
Hi Juan Antonio, Thanks for the reply. The API that you have mentioned gives me the memory usage of the org and not the disk quota/usage of the org. I need to know this info. In addition to that, I ha
Hi Juan Antonio, Thanks for the reply. The API that you have mentioned gives me the memory usage of the org and not the disk quota/usage of the org. I need to know this info. In addition to that, I ha
|
By
Ponraj E
· #3101
·
|
|
CF Organization Resource Consumption
Hi, Couples of questions on the resource consumption at an org level. 1. /v2/organizations/0b0c73fc-3094-42e8-96ef-dcdc58c3439f/memory_usage gives me the memory usage for the whole organization.That i
Hi, Couples of questions on the resource consumption at an org level. 1. /v2/organizations/0b0c73fc-3094-42e8-96ef-dcdc58c3439f/memory_usage gives me the memory usage for the whole organization.That i
|
By
Ponraj E
· #3378
·
|
|
CF Organization Resource Consumption
Hi Dieu, Thanks for the quick reply. And yes its a useful API that allows to get the resource consumption insight at an org level. Would be great if it comes in mainline API version. Regards, Ponraj
Hi Dieu, Thanks for the quick reply. And yes its a useful API that allows to get the resource consumption insight at an org level. Would be great if it comes in mainline API version. Regards, Ponraj
|
By
Ponraj E
· #3385
·
|
|
/v2/organizations/org_guid/users takes more time compared to other org retrievals
Hi, We found that /v2/organizations/4df92169-5b8d-489b-ba0f-7114168aa476/users takes more response time compared to other org retrievals like: 1./v2/organizations/4df92169-5b8d-489b-ba0f-7114168aa476/
Hi, We found that /v2/organizations/4df92169-5b8d-489b-ba0f-7114168aa476/users takes more response time compared to other org retrievals like: 1./v2/organizations/4df92169-5b8d-489b-ba0f-7114168aa476/
|
By
Ponraj E
· #3466
·
|
|
/v2/organizations/org_guid/users takes more time compared to other org retrievals
Hi Chris, Thanks. Does CF have plans of increasing the performance here? OR there is no other option and its a known issue? because currently irrespective of the number of users, it takes atleast 10s
Hi Chris, Thanks. Does CF have plans of increasing the performance here? OR there is no other option and its a known issue? because currently irrespective of the number of users, it takes atleast 10s
|
By
Ponraj E
· #3474
·
|