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

(Filer) API Question: What is the timeout option supposed to do?

a-stjerna
1,992 Views

From what I can tell, the <timeout> option in the DFM 6.3  does not do anything. The API description makes it sound like it would support long-polling, but the following request immediately returns 0 results on my system, completely ignoring the timeout:

 

<?xml version="1.0" encoding="UTF-8"?>
<netapp  xmlns="http://www.netapp.com/filer/admin" version="1.0">
  <event-iter>
    <greater-than-id>40006</greater-than-id>
    <timeout>30</timeout>
  </event-iter>
</netapp>

Am I using it wrong, or is it supposed to do something else?

 

 

0 REPLIES 0
Public