Hi,
I'd like to get the status of all qtrees and information about qtree quotas and the capacity utilization of all qtrees same from Active IQ Unified Manager -> Storage -> Qtrees
The doc section on Active IQ API is not really helpful especially the management-server section, but i tried this.
/api/management-server/inventory-views?objectType=qtree
Here is the output I am getting, and i don't see any values.
"columns": [
"status",
"qtree",
"volume",
"quota_type",
"user_or_group",
"disk_used_percentage",
"disk_hard_limit",
"disk_soft_limit",
"files_used_percentage",
"files_hard_limit",
"files_soft_limit",
"svm",
"cluster",
"cluster_fqdn"
],
Thanks for any help.