CPPRESTSDK fails to retrieve results when request api/iomonitor.

Answered

Comments

2 comments

  • Avatar
    Andrey Terentyev

    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
    Comment actions Permalink
  • Avatar
    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
    Comment actions Permalink

Please sign in to leave a comment.