Hi,
I have used the ZAPI tool to generate the following XML:
<?xml version="1.0" encoding="UTF-8"?>
<netapp xmlns="http://www.netapp.com/filer/admin" version="1.31">
<aggr-get-iter>
<desired-attributes>...snipped for brevity...</desired-attributes>
<query>
<aggr-attributes>
<aggr-raid-attributes>
<is-root-aggregate>false</is-root-aggregate>
</aggr-raid-attributes>
</aggr-attributes>
</query>
</aggr-get-iter>
</netapp>
Unfortunately, this still returns root aggregates (running against a CDOT 8.3.2P9 cluster). How can I get only non-root aggregates?
Thanks!