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

Status Page

Controlled Fetching of device attributes using web API

Answered

Comments

3 comments

  • Norman
    • Network Optix team

    Hi ST team,

    The getCamerasEx is the proper call to make, there is no call to solely display the cameraId. 
    I'll move this topic to the Developer section, maybe my colleagues have something to add to make your life easier. 

    0
  • ST team

    Hi Norman,

    Is there an API call that we can do for getting the cameras just from one server and not getting the cameras from all the servers?
    we use now: getCamerasEx but we are working with ~1000 cameras with a huge payload and the http call take long time.
     
    Our target is to get all cameras ids in the system though minimize the load created by fetching information from one server at a time
    0
  • Norman
    • Network Optix team

    Hi ST team,

    With the getMediaServersEx api call you can filter the relevant server ID, and then with the getCamerasEx command you can retrieve the camera ID's of that specific server like this: 

    http://localhost:7001/ec2/getCamerasEx?id=<serverId> 
     
    0

Please sign in to leave a comment.