This URL command request firmware to format the local storage media (McroSD or HDD) in the device. It might take few minutes. This URL command has to be send as a single command. The commands after DISK_FORMAT will be ignored (no corresponding return message as well).
Because firmware does not send return message until format is done, the response time of this URL is longer. The WEB client has to be able to handle that.
The log message is available by DISK_FORMAT_LOG URL.When firmware received this command, it will check if there is any active events which they are possible to write the media. If there is at least one event does, the firmware does not execute this URL and return the error message. The error message is ERROR: internal error. storage media is busy.
Users have to disable all recording events then format the storage media.
After the format was done successfully, the firmware mounts local storage media automatically. Users could enable recording events then.
None
OK
or
ERROR
or
ERROR: internal error. storage media is busy.
or
ERROR: DISK_FORMAT not found.
Platform Devices Supported Firmware Version PlatformT Camera, Video server with local storage media A1D-310-V4.11 and later
Valid
http://ip:port/cgi-bin/system?USER=admin&PWD=123456&DISK_FORMAT
or
http://ip:port/cgi-bin/cmd/system?DISK_FORMAT