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

Missing endpoint support for cluster operations #15

Open
zopyx opened this issue Jan 11, 2022 · 1 comment
Open

Missing endpoint support for cluster operations #15

zopyx opened this issue Jan 11, 2022 · 1 comment

Comments

@zopyx
Copy link

zopyx commented Jan 11, 2022

The Python client has no support for cluster operations like metrics, health and stats although they are documented :)

@DominikSerafin
Copy link

DominikSerafin commented Oct 27, 2022

Until this gets better support, this can be achieved by calling API directly, e.g.:

  • client.api_call.get('/collections')
  • client.api_call.get('/metrics.json')

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