You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your api is pretty nice, thanks for opensourcing it, I am trying to get Volume used size, not only Volume size, I don't easily find this information using the api, I didn't find it in pyscaleio neither.
I found a way using the REST endpoint api/instances/VTree::{id}/relationships/Statistics, I don't use snapshots so this would work for me but pyscaleio doesn't expose statistics, no?
It's not the best flow in the world anyway because I need to get the VTreeId querying the volume and later load the VTree statistics to get the used space, I find strange there is not a better way.
Do you know a better way to get that information? Thanks!
Miguel.
The text was updated successfully, but these errors were encountered:
Hi,
Your api is pretty nice, thanks for opensourcing it, I am trying to get Volume used size, not only Volume size, I don't easily find this information using the api, I didn't find it in pyscaleio neither.
I found a way using the REST endpoint api/instances/VTree::{id}/relationships/Statistics, I don't use snapshots so this would work for me but pyscaleio doesn't expose statistics, no?
It's not the best flow in the world anyway because I need to get the VTreeId querying the volume and later load the VTree statistics to get the used space, I find strange there is not a better way.
Do you know a better way to get that information? Thanks!
Miguel.
The text was updated successfully, but these errors were encountered: