Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Generic Event API issue

Answered

Comments

2 comments

  • Andrey Terentyev
    • Network Optix team

    Hello,

    In my case it worked fine

    I guess in your case, you mistyped the metadata parameter. According to the documentation

    ATTENTION: This field is an enquoted JSON string containing a JSON object.

    That means you should put backslashes. Similar to this

    {
      "source": "TEST",
      "metadata":"{\"cameraRefs\":\[\"9f820752-a292-8735-8cf0-9a5b71d7f0ee\"\]}"
    }

     

     

    0
  • Permanently deleted user

    Working. Thank you.

    0

Please sign in to leave a comment.