Software Development Kit (SDK) and API Discussions

Need to set audit options for ontap 8.x cluster using java nmsdk5.3.1

OPMANAGER
2,166 Views

Hi,

 

I need to set audit options for a cifs cluster(ontap 8.x) using java nmsdk5.3.1. I can't find the right APIs to do it.

Can someone help me regarding this.

 

Thanks in advance,

Sathyan

2 REPLIES 2

ekashpureff
2,151 Views

 

Sathyan -

 

Is it the fileservice-audit in a cifs vserver context family of APIs you're looking for ?


I hope this response has been helpful to you.

At your service,

Eugene E. Kashpureff, Sr.
Independent NetApp Consultant http://www.linkedin.com/in/eugenekashpureff
Senior NetApp Instructor, IT Learning Solutions http://sg.itls.asia/netapp
(P.S. I appreciate 'kudos' on any helpful posts.)

OPMANAGER
2,142 Views

Yes, I am looking for file auditing related APIs.

 

I need to set tthe below options using Java code,

 

             vserver audit create -vserver cifs -destination /my_audit_log -rotate-size 200MB -rotate-limit 5

 

and also need to read the logs.

 

Could you please help me in doing this.

 

 

Public