Active IQ Unified Manager Discussions

QTREE_CAPACITY_INVENTORY

zion
1,034 Views

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.

 

1 REPLY 1

Haseeb
773 Views

Hi,

The endpoint is just returning the table header from Unified Manager -> Storage -> Qtrees.
Have a look into /api/ontap/qtrees instead.


What you can do is open the browser developer console and then open the qtree view in your webbrowser.
You should see a request that goes to the above mentioned endpoint and that should have some values.

 

Public