<?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 EMS Messege Java in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/EMS-Messege-Java/m-p/125305#M2151</link>
    <description>&lt;P&gt;I want to see all EMS messages that are at severity "warning" or higher. At the moment my code recives all messages, it's about 8000 of them, and selects the ones I want. It takes about 3 minutes to gather. Is there a way to filter this in the NetApp to speed up the process?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;EmsMessageGetIterRequest emsReq = new EmsMessageGetIterRequest();
Iterator&amp;lt;EmsMessageInfo&amp;gt; emsResp = runner.iterate(emsReq,10);
EmsMessageInfo ems;

while (emsResp.hasNext()) {
&amp;nbsp; &amp;nbsp; ems = emsResp.next();

&amp;nbsp; &amp;nbsp; if (!(ems.getEmsSeverity().equals("debug") || ems.getSeverity().equals("debug") || ems.getSeverity().equals("notice") || ems.getSeverity().equals("informational"))) {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getEmsList().add(new NAEms(ems));
&amp;nbsp; &amp;nbsp; }

}&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 18:18:01 GMT</pubDate>
    <dc:creator>jsv</dc:creator>
    <dc:date>2025-06-04T18:18:01Z</dc:date>
    <item>
      <title>EMS Messege Java</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/EMS-Messege-Java/m-p/125305#M2151</link>
      <description>&lt;P&gt;I want to see all EMS messages that are at severity "warning" or higher. At the moment my code recives all messages, it's about 8000 of them, and selects the ones I want. It takes about 3 minutes to gather. Is there a way to filter this in the NetApp to speed up the process?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;EmsMessageGetIterRequest emsReq = new EmsMessageGetIterRequest();
Iterator&amp;lt;EmsMessageInfo&amp;gt; emsResp = runner.iterate(emsReq,10);
EmsMessageInfo ems;

while (emsResp.hasNext()) {
&amp;nbsp; &amp;nbsp; ems = emsResp.next();

&amp;nbsp; &amp;nbsp; if (!(ems.getEmsSeverity().equals("debug") || ems.getSeverity().equals("debug") || ems.getSeverity().equals("notice") || ems.getSeverity().equals("informational"))) {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getEmsList().add(new NAEms(ems));
&amp;nbsp; &amp;nbsp; }

}&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:18:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/EMS-Messege-Java/m-p/125305#M2151</guid>
      <dc:creator>jsv</dc:creator>
      <dc:date>2025-06-04T18:18:01Z</dc:date>
    </item>
  </channel>
</rss>

