You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: