Shani Sh
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Shani Sh-
Shani Sh created a post,
CreateEvent API call not working using Nx-cloud relay (502 error)
CompletedHello, I'm trying to use the createEvent API call, via the Nx-cloud relay. The URL I'm using is: `https://{System_ID}.relay.vmsproxy.com/api/createEvent?source={our_source}&caption={our_c...
-
Shani Sh created a post,
Problem with "time" parameter in the API of cameraThumbnail
AnsweredHi, I want to get a static image from specific camera in my server. I'm using the API command as follows:https://SERVER_IP/ec2/cameraThumbnail?cameraId=CAMERA_ID&time=1650975600000.(This epoch time...
-
Shani Sh commented,
Hi Andrey, This is my code for configuring new system name and password, and then adding it to the NX Cloud: cmd = '''curl -k -X POST --digest "http://admin:admin@localhost:7001/api/setupLocalSyste...
-
Shani Sh commented,
Hi Andrey! I did steps 1 and 2 and it works well for me. Then, I tried to do step 4. I did the part of "connect an existing system to cloud" as mentioned in the article, but when I used the '/api/s...
-
Shani Sh created a post,
Problems with setup system and connect it to NX Cloud using API
AnsweredHi, I want to setup new system and connect it to the NX Cloud, using the API, in my python script. I was helped the "Connecting a System to NX Cloud using the API" article, but I still have some pr...
-
Shani Sh commented,
Hi Roman, Thanks for the quick reply! I forgot to mention that the server I tried to add is a new server, so that it didn't exit yet in any system before. I was in the server setup level when I nee...