Skip to main content

CPPRESTSDK fails to retrieve results when request api/iomonitor.

Answered

Comments

2 comments

  • Andrey Terentyev
    • Network Optix team

    Hello,

    The /api/iomonitor API should be used in a specific way.

    You should establish HTTPS connect and keep it open. The Server will periodically send updated IO status over this HTTPS connection.

    Hope this helps in refactoring your code.

    0
  • Y.Nemoto

    thank you for answering!

     

    That seems to be the only way.

     

    I will re-implement it like the answer you gave me.

    0

Please sign in to leave a comment.