Hi,
We are using storage grid as capacity tier and working on APIs to understand used space here.
I am trying to get storage grid used space and used below API URI using python, this works fine however space shown using this approach is not matching with that on storage grid console.
####
requests.get(https://cluster/api/storage/aggregates?fields=space.cloud_storage.used", auth = (xxxx, xxxx), verify = False)
####
In fact on storage grid console, it shows close to 2times more space consumption.
Need help with correct API URI that gives accurate info.
Thanks,
-Srini