DISK_INFO

 

Description

Get status of local storage media which it has be formatted first.

Input Argument

None

Attribute

Return of Message

Status,Type,FreeSize,TotalSize,FileSystem
where
Term in Return Message Possible Value Description
Status 0, 1 or 2 0: the local storage media is NOT accessible.
1: the local storage media is accessible.
2: the firmware is busy in the local storage database synchronization. The disk utility and file management are not available then.
Type SD, HDD Local storage media type. SD: microSD, HDD: Hard Drive
FreeSize 0~ the number of KB of free storage size
TotalSize 0~ the number of KB of total storage size
Filesystem EXT3 or EXT4 Filesystem in the storage.
It could be EXT3 or UNKNOWN (when the media is not accessable) in PlatformT and PlatformK devices.
It could be EXT3, EXT4 or UNKNOWN (when the media is not accessable) in PlatformA1 cameras.

Applicability

Platform Devices Supported Firmware Version
PlatformT Camera, Video server with local storage A1D-310-V4.12 and later
PlatformK Camera A1D-311-V5.08.06 and later
PlatformA1 Camera A1D-500-V6.02 and later

Statue

Valid

See also

DISK_CONFIG, DISK_FRAGMENT_SIZE

Example

http://ip:port/cgi-bin/system?USER=admin&PWD=123456&DISK_INFO
or
http://ip:port/cgi-bin/cmd/system?DISK_INFO

Back To

HOME, SYSTEM CGI