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

Status Page

Camera Failover

Answered

Comments

4 comments

  • Norman
    • Network Optix team

    Hi @...,

    You enable Failover in the Server Settings menu, and you maximize the number of devices per server to 64+16=80 devices, in this way, in case of failover, each server can handle a maximum of 80 devices and this way you enforce the system to divide the devices over all servers.

    Be aware that in such case, the failover has to make decisions in case two servers fail at the same moment. You still can handle up to 80 devices per server, and thus you lose the connection to 64 devices. You could manipulate this to some extent by setting priorities per camera.

     

     

    0
  • Permanently deleted user

    Norman, thanks for your reply. Can you help with Q2?

    0
  • Norman
    • Network Optix team

    Hi @...,

    Sure.

    You can do that with the following API call:

    /ec2/saveMediaServerUserAttributesList

    The parameters should be passed as a JSON array of objects in POST message body with content type "application/json". An example of such an array can be seen in the result of:

    GET /ec2/getMediaServerUserAttributesList.

    More specific, the following parameters apply:

    • maxCameras
    • allowAutoRedundancy

    To change the failover priority, there is a similar method with the following API call:

    /ec2/saveCameraUserAttributesList

    The parameters should be passed as a JSON array of objects in POST message body with content type "application/json". An example of such array can be seen in the result of GET /ec2/getCameraUserAttributesList, and each object of such array has the same structure as the object supplied to:

    POST /ec2/saveCameraUserAttributes
    More specific, the following (might) parameters apply:
    • preferredServerId
    • failoverPriority
    0
  • Norman
    • Network Optix team

    Hi @...,

    We have not heard back from you in a while, so we are going to assume your question has been resolved and set this topic to 'Answered'.

    0

Please sign in to leave a comment.