Software Development Kit (SDK) and API Discussions

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

CanonITS
291 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