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

Status Page

Nx - API call in Ignition

Answered

Comments

1 comment

  • Ichiro
    • Network Optix team

    Hi djT

    The Nx API is a standard CRUD REST API, so it does not matter if you are using Jython or Python or JS.
    What you need to do is to issue the HTTP request and handle the request/response accordingly only.

    You may check with the document of Jython to show you how they raise HTTP request.
    The API you can use for camera thumbnail is /rest/v2/devices/{id}/image

    For more API detail, it is suggested you visit the API document.

    0

Please sign in to leave a comment.