Create Event Rules using REST API
In ProgressHi everyone,
I am connecting to >20+ NX witness servers, and on each server, I want to setup 3 different event rules for all cameras :
- 1 bookmark
- 1 record
- 1 HTTP requests
These events only trigger after hours (7PM - 6AM from Mon - Sat, all-time on Sunday)
So, is there an example that leverages the REST APIs with CloudSystemId and Token to create event rules quickly?
Thanks,
-
Hello,
Here is the article that might help you.
Referring to the article, you can use the address in the form of https://397f56fb-4c5c-485e-a923-9bea345fa7ba.relay.vmsproxy.com/ for invoking the API.
For creating a rule, please use the /ec2/saveEventRule
Here are various code examples
https://github.com/networkoptix/nx_open_integrations/tree/master/python/examples
Please sign in to leave a comment.
Comments
1 comment