cf-java-client
cf-java-client copied to clipboard
New properties missing from related DTO's
Hi guys,
There are 2 new properties which are not documented and are not part of the objects supposed to include them.
First property is log_rate_limit - which was introduced here "https://github.com/cloudfoundry/capi-release/issues/245"
It is not documented, but returns as part of the response when calling "GET /v3/apps/:guid/processes/:type/stats".
It is not included in the DTO that is accepting the response for that call GetProcessStatisticsResponse.
Second property that is not documented and doesn't exist is log_rate which appears under "ProcessUsage" response object, which is also part of the GetProcessStatisticsResponse.
Thanks, Zac.
I've noticed, that the log_rate_limit is also available in Space Quota Definition, although it is also not documented there. In order to run the integration tests, I had to add it to the SpaceQuotaDefinitionEntity