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 or 1 0: the local storage media is accessible.
1: the local storage media is NOT accessible.
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 Filesystem in the storage. It could be EXT3 or UNKNOWN (when the media is not accessable).

Applicability

Platform Devices Supported Firmware Version
PlatformT Camera, Video server with local storage A1D-310-V4.11 and later

Statue

Valid

See also

DISK_CONFIG

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