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

Status Page

Input/Output support

Answered

Comments

1 comment

  • Artem Zaytsev
    • Network Optix team

    Hi DC.

    Input/Output capabilties: If a camera has a number I/O's is this information retrieved as part of the getCamerasEx data?

    Yes, please use this JSONPath to extract I/O settings from the getCamerasEx reply.

    $[*].addParams.[?(@.name="ioSettings")].value

    Outputs: is there a way to activate/deactivate an output via API?

    You may use Generic event type in combination with Event Rules mechanism to achieve that.

     

    0

Post is closed for comments.