Hello,
I have a question about ZAPI queries. Using command line and SSH, we can look for all the volumes bigger than some defined value, for example:
vol show -size >500g
Is something like this possible using ZAPI?
In my knowledge there is no such filter which can apply here but programatically you have to get the complete list of all volume and then filter out volume bigger than any size.