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

Status Page

Bookmarks Not Working With Generic Event

Answered

Comments

6 comments

  • Norman
    • Network Optix team

    Hi Ben,

    Did you add the relevant camera ID to the generic event URL? Without it, there won't be a bookmark, since it isn't clear for which camera the bookmark should be created.

    0
  • Permanently deleted user

    do you please have an example generic event url that includes the camera ID?

    I've tried this and still bookmarks do not work.

    http://192.168.1.200:7001/api/createEvent?source=intrusion&caption=DRIVEWAY&metadata={"cameraRefs":["416182b1-68ea-2f9b-1530-b5a75012c999"]}

    This is what I'm currently using which excludes the camera ID to create push notifications for the mobile which work perfectly.

    http://192.168.1.200:7001/api/createEvent?source=Intrusion&caption=driveway

    Thanks

    0
  • Norman
    • Network Optix team

    Hi Ben,

    Your URL is missing the camera ID.

    Please use the following format;

    http://192.168.1.200:7001/api/createEvent?source=Intrusion&caption=driveway&metadata={"cameraRefs":[]"} 

    Or an example with a random camera ID

    http://192.168.1.200:7001/api/createEvent?source=Intrusion&caption=driveway&metadata={"cameraRefs":["3A4AD4EA-9269-4B1F-A7AA-2CEC537D0248"]}

    You can find the camera ID in the Camera Settings menu, tab General.

    0
  • Permanently deleted user

    Thanks Norman, thats what I have done but my edit appears to have been delayed on my previous post, this still does nothing i'm afraid and the command is definitely correct and tested.

    0
  • Permanently deleted user

    resolved, it was an issue with a capital I, which I didn't realise was caps sensitive as notifications aren't. 

    Thanks

    0
  • Norman
    • Network Optix team

    Hi @...,

    You're correct. The Source, Caption, and/or Description in the URL and the rules engine needs to be identical, including capitalization.

    0

Please sign in to leave a comment.