ONTAP Discussions

How can i get "quota report" on ONTAP9

h-maeda
2,177 Views

SDK : netapp-manageability-sdk-5.4P1

Language : PowerShell

 

 

I try to get quota report , but it dosent work.

 

 

Error Message ---

ERROR: Unable to find API: quota-report-iter-start

----------------------

 

SAMPLE ----------------

[NetApp.Manage.NaElement] $in =  New-Object NetApp.Manage.NaElement("quota-report-iter-start");
$in.AddNewChild("path",$path2q);
[NetApp.Manage.NaElement] $out = $s.InvokeElem($in);

$records = $out.GetChildContent("records");
$tag = $out.GetChildContent("tag");

----------------------------

 

 

It works on 7-mode.

 

How can i get "quota report" on ONTAP9?

 

 

regads,

1 ACCEPTED SOLUTION

h-maeda
2,090 Views

Hello,

 

I solved it by reporting each required path.

 

 

thanks.

View solution in original post

1 REPLY 1

h-maeda
2,091 Views

Hello,

 

I solved it by reporting each required path.

 

 

thanks.

Public