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

feat: add a function for GET /api/overview #31

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

ikrivosheev
Copy link
Contributor

@michaelklishin hello! I need overview API for checks.

A note: I didn't add all fields. I saw that there is different in response between rabbitmq version and I think we have to think about MSRV (minimum support rabbitmq version). Or add new features for different rabbitmq versions...

@ikrivosheev ikrivosheev marked this pull request as ready for review October 24, 2024 07:54
pub cluster_name: String,
pub erlang_full_version: String,
pub erlang_version: String,
pub management_version: String,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will never be different from rabbitmq_version, I don't think we need it (neither do we need it in the API response but it will take a deprecation period before it can be removed).

@michaelklishin michaelklishin changed the title feat: Added api overview feat: add a function for GET /api/overview Oct 24, 2024
@michaelklishin michaelklishin merged commit 55f750f into michaelklishin:main Oct 24, 2024
2 checks passed
@ikrivosheev ikrivosheev deleted the feat/api_overview branch October 25, 2024 06:47
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

Successfully merging this pull request may close these issues.

2 participants