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.