WEB setting page. Refer to the instruction manual for details on the Maintenance page.
Initialization
Format /api/param?system.status=initialize
Example of Response system.status&200 OK
Interpretation Restore all VN-V25/26 settings to factory defaults. Upon doing so, all transmission services that are
in progress will be terminated. Initializing takes a few minutes. Response is returned after initializing. Do not power
off during initializing.
Allowed user admin
Firmware Update
Version upgrading is not possible using API. To do so, use the Version Upgrade feature on the Maintenance page of
the WEB setting page.
6.17. LED Setting
The APIs below are related to LED. These are equivalent to the features on the LED page of the WEB setting page.
Refer to the instruction manual for details on the LED page.
Getting LED mode from VN-V25/26
Format /api/param?camera.stealth
Example of Response camera.stealth=off&200 OK
Interpretation Acquire LED setting. "on" or "off" is returned. If thie is "on", LED becomes off after restarting.
Allowed users admin, operator, user
Setting LED mode for VN-V25/26
Format /api/param?camera.stealth=data
Example /api/param?camera.stealth=on
Example of Response
camera.stealth&202 Accepted(camera.status=save)
Interpretation Change LED setting. Specify "on" or "off". If "on" is set, LED becomes off after restarting. To
validate the change, use "camera.status=save" API.
Allowed users admin, operator
Getting LED blinking mode from VN-V25/26
Format /api/param?camera.identify
68