cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

New properties missing from related DTO's

Open narcosis opened this issue 3 years ago • 1 comments
trafficstars

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.

narcosis avatar Nov 07 '22 07:11 narcosis

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

radoslav-tomov avatar Jul 19 '23 19:07 radoslav-tomov