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
Is your feature request related to a problem? Please describe.
While testing different pagination parameters for queues, exchanges, connections, and channels, I noticed that there is a maximum page size, which is not documented on the RabbitMQ Management HTTP API v3.13.7 page. At the bottom of the HTTP API page, there is information about the pagination parameters, such as the default value of page_size. I would like the maximum value to be documented in the same section.
I observed that when the page_size exceeds 500, almost all API paths return a client error (4xx). However, there are two paths where a server error (5xx) occurs instead: /api/vhosts/{vhost}/connections and /api/vhosts/{vhost}/channels. Is this behavior intentional?
Describe the solution you'd like
Update the documentation to include the maximum page size for pagination parameters. Additionally, review and document any other maximum values that are currently undocumented across the RabbitMQ Management HTTP API.
Describe alternatives you've considered
I currently do not have any alternatives.
Additional context
RabbitMQ v3.13.7
The text was updated successfully, but these errors were encountered:
I will update the v4.0.x version of the reference. There won't be any more open source 3.13.x releases, as that series is out of community support since September 2024.
Is your feature request related to a problem? Please describe.
While testing different pagination parameters for queues, exchanges, connections, and channels, I noticed that there is a maximum page size, which is not documented on the RabbitMQ Management HTTP API v3.13.7 page. At the bottom of the HTTP API page, there is information about the pagination parameters, such as the default value of
page_size
. I would like the maximum value to be documented in the same section.I observed that when the
page_size
exceeds 500, almost all API paths return a client error (4xx). However, there are two paths where a server error (5xx) occurs instead:/api/vhosts/{vhost}/connections
and/api/vhosts/{vhost}/channels
. Is this behavior intentional?Describe the solution you'd like
Update the documentation to include the maximum page size for pagination parameters. Additionally, review and document any other maximum values that are currently undocumented across the RabbitMQ Management HTTP API.
Describe alternatives you've considered
I currently do not have any alternatives.
Additional context
RabbitMQ v3.13.7
The text was updated successfully, but these errors were encountered: