We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The HTTP endpoint returns a lot of fields not needed which increases the payload. RabbitMQ supports this using the columns parameter (as described here): https://rawcdn.githack.com/rabbitmq/rabbitmq-server/v3.8.16/deps/rabbitmq_management/priv/www/api/index.html
columns
You can also restrict what information is returned per item with the columns parameter. This is a comma-separated list of subfields separated by dots.
It would be great if pyrabbit support it! ❤️
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The HTTP endpoint returns a lot of fields not needed which increases the payload.
RabbitMQ supports this using the
columns
parameter (as described here):https://rawcdn.githack.com/rabbitmq/rabbitmq-server/v3.8.16/deps/rabbitmq_management/priv/www/api/index.html
It would be great if pyrabbit support it! ❤️
The text was updated successfully, but these errors were encountered: