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

Status Page

Get still image via cloud service

Answered

Comments

2 comments

  • Anton Babinov
    • Network Optix team

    Hi Byron.

    cloud service doesn't provide any specialized API for communication with VMS system. Mainly you can use cloud as proxy to access VMS systems which aren't exposed via internet. 

    If you don't want to sending /ec2/cameraThumbnail request directly to mediaserver's IP, you can use

    https://{systemId}.relay.vmsproxy.com/ec2/cameraThumbnail?cameraId=xxxxxxxx&time=now

    as described in this article.

    However, if your concern about limiting ownership/responsibility, I'd recommend to create separate user with limited permission and use this user's credentials when sending API request.

     

     

    0
  • Byron Paul

    Thanks Anton, had made the assumption that the cloud API differed rather than providing a proxy. This solution is in and working now, thank you for your response. 

    0

Please sign in to leave a comment.