|
Memory/Disk usage information -MB vs MiB
Hi Nicholas, Anything that you expect from us? Are we missing something here? --- Ponraj
Hi Nicholas, Anything that you expect from us? Are we missing something here? --- Ponraj
|
By
Ponraj E
· #6140
·
|
|
Memory/Disk usage information -MB vs MiB
Hi Nicholas, There are so many API endpoints that returns response in MB. One such example is: http://apidocs.cloudfoundry.org/234/organizations/retrieving_organization_memory_usage.html Do you need a
Hi Nicholas, There are so many API endpoints that returns response in MB. One such example is: http://apidocs.cloudfoundry.org/234/organizations/retrieving_organization_memory_usage.html Do you need a
|
By
Ponraj E
· #6108
·
|
|
Memory/Disk usage information -MB vs MiB
Hi Colleagues, I see CF using base 2 (1024 * 1024) for all the memory/disk quota/usage information, but base 10's unit at the end(MB). For ex, CF returns app instance memory as 1024 MB [using base 2 d
Hi Colleagues, I see CF using base 2 (1024 * 1024) for all the memory/disk quota/usage information, but base 10's unit at the end(MB). For ex, CF returns app instance memory as 1024 MB [using base 2 d
|
By
Ponraj E
· #6097
·
|
|
REST API endpoint for accessing application logs
Hi All, Is the endpoint https://loggregator.YOUR_IP.xip.io + '/recent?app=' + app_guid to retrieve the recent application logs still valid or its been deprecated? ---- Ponraj
Hi All, Is the endpoint https://loggregator.YOUR_IP.xip.io + '/recent?app=' + app_guid to retrieve the recent application logs still valid or its been deprecated? ---- Ponraj
|
By
Ponraj E
· #5911
·
|
|
Concerns on the "unique_id" in the service metadata
Hi Colleagues, I have some concerns on the unique_id in the service metadata. 1. In the api docs http://apidocs.cloudfoundry.org/237/services/retrieve_a_particular_service.html it says unique_id -A "g
Hi Colleagues, I have some concerns on the unique_id in the service metadata. 1. In the api docs http://apidocs.cloudfoundry.org/237/services/retrieve_a_particular_service.html it says unique_id -A "g
|
By
Ponraj E
· #5270
·
|
|
User defined variable "key" validation doesn't happen at cf set-env phase
Hi CF Colleagues, I see various PaaS providers provide the UI for entering the User provided variables' key and value, but they dont seem to validate the "key" at the save ["set-env"] phase, the valid
Hi CF Colleagues, I see various PaaS providers provide the UI for entering the User provided variables' key and value, but they dont seem to validate the "key" at the save ["set-env"] phase, the valid
|
By
Ponraj E
· #4012
·
|
|
/v2/organizations/org_guid/users takes more time compared to other org retrievals
Hi Amit, Thanks for the reply. 1. We use Version 211 and CC API version 2.28.0. Does this version has the issue? 2. From which CF version, the issue has been fixed? Regards, Ponraj
Hi Amit, Thanks for the reply. 1. We use Version 211 and CC API version 2.28.0. Does this version has the issue? 2. From which CF version, the issue has been fixed? Regards, Ponraj
|
By
Ponraj E
· #3477
·
|
|
/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
·
|
|
/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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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, 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
·
|
|
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
·
|
|
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, 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
·
|
|
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
·
|
|
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. 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
·
|