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

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

OPMANAGER
2,973 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,958 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,949 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