-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
API to get user's storage usage #26829
Comments
For reference, the magic SQL query to find that information: #1344 (comment) |
Already available through provisioning API:
|
@tummimadhu please open a new issue and use the issue template there and specify your OC version and also more details about what you mean with "user". AFAIK regular users cannot use the provisioning API unless they are group admins. |
Sure, reported a fresh issue and it also worked as the user needs to be logged in to get the quota details |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Use cases:
If we decide to add this on the provisioning API, I suggest to add a new specific endpoint to query storage usage data + quota. We should not reuse the existing endpoints because adding this info could make these calls slower, even for those who are not interested in the extra values.
Estimate 4-5 md (which includes API design)
Thoughts ? @hodyroff @pmaier1 @DeepDiver1975
The text was updated successfully, but these errors were encountered: