Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New properties missing from related DTO's #1170

Open
narcosis opened this issue Nov 7, 2022 · 1 comment
Open

New properties missing from related DTO's #1170

narcosis opened this issue Nov 7, 2022 · 1 comment

Comments

@narcosis
Copy link

narcosis commented Nov 7, 2022

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 "cloudfoundry/capi-release#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.

@radoslav-tomov
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants