Hi,
I spent a few hours today trying to workout how to reboot my "Sunba 405-D20x 4k". Anyway I worked it out. For anyone interested it can be done by running the following curl command where
the camera details are:
Camera Details
IP Address: 192.168.1.103
Username: admin
Password: 123
ONVIF Port: 8899
Curl Command to reboot Sunba (405-D20x 4K)
curl -X POST -H "Content-Type: application/soap+xml" -d '
<soapenv:Envelope xmlns:soapenv="" xmlns:tds="">
<soapenv:Header/>
<soapenv:Body>
<tds:SystemReboot/>
</soapenv:Body>
</soapenv:Envelope>'
I spent a few hours today trying to workout how to reboot my "Sunba 405-D20x 4k". Anyway I worked it out. For anyone interested it can be done by running the following curl command where
the camera details are:
Camera Details
IP Address: 192.168.1.103
Username: admin
Password: 123
ONVIF Port: 8899
Curl Command to reboot Sunba (405-D20x 4K)
curl -X POST -H "Content-Type: application/soap+xml" -d '
<soapenv:Envelope xmlns:soapenv="" xmlns:tds="">
<soapenv:Header/>
<soapenv:Body>
<tds:SystemReboot/>
</soapenv:Body>
</soapenv:Envelope>'