Setting Time of Auto Cleaning for VN-V686

Format /api/param?camera.motion.pan.auto_cleaning.time=data
Example of Response camera.motion.pan.auto_cleaning.time&202
Accepted(camera.status=save)
Interpretation Change time of auto cleaning. Specify time in format of hhmmss. To save the change, use
"camera.status=save" API.
Allowed user admin
6.18. Getting Status
The APIs below are related to status acquisition. These are equivalent to the features on the Operation page of the
WEB setting page. Refer to the instruction manual for details on the Operation page.

Getting Sending Status

Format /api/param?system.session
Response Return the total transmission bit rate, and status of each sending operation. Transmission is not carried
out in the following examples.
system.session=&200 OK
system.session.total_bitrate=0k&200 OK
system.session.sending_count=0&200 OK
system.session.sending_max=20&200 OK
In the examples below, 1 JPEG stream of TCP is being sent.
system.session=&200 OK
system.session.total_bitrate=388k&200 OK
system.session.sending_count=2&200 OK
system.session.sending_max=5&200 OK
system.session.sending(01).bitrate=326k&200 OK
system.session.sending(01).to.ip=10.0.0.100&200 OK
system.session.sending(01).to.port=1536&200 OK
system.session.sending(01).to.protocol=tcp_passive&200 OK
system.session.sending(01).to.session=http&200 OK
system.session.sending(01).from.encode=jpeg&200 OK
system.session.sending(01).from.framerate=1&200 OK
system.session.sending(01).from.framesize=vga&200 OK
90