NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

Count overprovisioning percentage using ONTAP ZAPI

marcinlub
3,484 Views

Hello,

I'm trying to get a overprovisioning percentage values for aggregates in cDOT 8.2 systems. 

Anyone done it already ?

I believe I need to get list of all luns, count the size and sum per volume per aggregate. 

From lun information I can get the volume name/id. But I don't see a way how to connect volume with aggragate. In aggregate there is just volume count and I don't see aggregate name/id from the volume side. How to connec it?

Is there an easier way how to collect overpovisioning rate per aggregate ?

2 REPLIES 2

liesc
3,427 Views

The volume-container element will give you what you want, it returns the containing-aggregate output.

marcinlub
3,401 Views

Actually I use "containing-aggregate-name" and "containing-aggregate-uuid" from volume-attributes -> volume-id-attributes.

Public