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

How to specify "quota-user-type" in the input information for the "quota-report-iter" command.

CanonITS
1,068 Views

When obtaining the usage capacity of end-user servers,
we connect to the NetApp server via HTTPS and use the "quota-report-iter" of the OntapClusterAPI.
We aim to specify both "uid" and "gid" as the "quota-user-type" input information for retrieval.
How can we specify the input in order to achieve this?
The language is Perl, and other input information is specified as follows.

 

quota-report-iter->child_add_string("max-records",100000);
quota-report-iter->child_add_string("tag",next_tag );

0 REPLIES 0
Public