<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need to set audit options for ontap 8.x cluster using java nmsdk5.3.1 in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Need-to-set-audit-options-for-ontap-8-x-cluster-using-java-nmsdk5-3-1/m-p/102758#M1431</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sathyan -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it the fileservice-audit in a cifs vserver context family of APIs you're looking for ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this response has been helpful to you.&lt;BR /&gt;&lt;BR /&gt;At your service,&lt;BR /&gt;&lt;BR /&gt;Eugene E. Kashpureff, Sr.&lt;BR /&gt;Independent NetApp Consultant &lt;A href="http://www.linkedin.com/in/eugenekashpureff" target="_blank"&gt;http://www.linkedin.com/in/eugenekashpureff&lt;/A&gt;&lt;BR /&gt;Senior NetApp Instructor, IT Learning Solutions &lt;A href="http://sg.itls.asia/netapp" target="_blank"&gt;http://sg.itls.asia/netapp&lt;/A&gt;&lt;BR /&gt;(P.S. I appreciate 'kudos' on any helpful posts.)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Apr 2015 03:29:25 GMT</pubDate>
    <dc:creator>ekashpureff</dc:creator>
    <dc:date>2015-04-05T03:29:25Z</dc:date>
    <item>
      <title>Need to set audit options for ontap 8.x cluster using java nmsdk5.3.1</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Need-to-set-audit-options-for-ontap-8-x-cluster-using-java-nmsdk5-3-1/m-p/102757#M1430</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Can someone help me regarding this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Sathyan&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:39:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Need-to-set-audit-options-for-ontap-8-x-cluster-using-java-nmsdk5-3-1/m-p/102757#M1430</guid>
      <dc:creator>OPMANAGER</dc:creator>
      <dc:date>2025-06-05T04:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need to set audit options for ontap 8.x cluster using java nmsdk5.3.1</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Need-to-set-audit-options-for-ontap-8-x-cluster-using-java-nmsdk5-3-1/m-p/102758#M1431</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sathyan -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it the fileservice-audit in a cifs vserver context family of APIs you're looking for ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this response has been helpful to you.&lt;BR /&gt;&lt;BR /&gt;At your service,&lt;BR /&gt;&lt;BR /&gt;Eugene E. Kashpureff, Sr.&lt;BR /&gt;Independent NetApp Consultant &lt;A href="http://www.linkedin.com/in/eugenekashpureff" target="_blank"&gt;http://www.linkedin.com/in/eugenekashpureff&lt;/A&gt;&lt;BR /&gt;Senior NetApp Instructor, IT Learning Solutions &lt;A href="http://sg.itls.asia/netapp" target="_blank"&gt;http://sg.itls.asia/netapp&lt;/A&gt;&lt;BR /&gt;(P.S. I appreciate 'kudos' on any helpful posts.)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2015 03:29:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Need-to-set-audit-options-for-ontap-8-x-cluster-using-java-nmsdk5-3-1/m-p/102758#M1431</guid>
      <dc:creator>ekashpureff</dc:creator>
      <dc:date>2015-04-05T03:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need to set audit options for ontap 8.x cluster using java nmsdk5.3.1</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Need-to-set-audit-options-for-ontap-8-x-cluster-using-java-nmsdk5-3-1/m-p/102761#M1432</link>
      <description>&lt;P&gt;Yes, I am looking for file auditing related APIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to set tthe below options using Java code,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;vserver audit create -vserver cifs -destination /my_audit_log -rotate-size 200MB -rotate-limit 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and also need to read the logs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help me in doing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2015 07:26:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Need-to-set-audit-options-for-ontap-8-x-cluster-using-java-nmsdk5-3-1/m-p/102761#M1432</guid>
      <dc:creator>OPMANAGER</dc:creator>
      <dc:date>2015-04-05T07:26:58Z</dc:date>
    </item>
  </channel>
</rss>

