DISK_FILE_SEARCH_TIME

 

Description

Set the date and time condition for searching files from the local storage media. This URL gives the the time interval for file searching.

When device received this command, it just record the date and time conditions but not perform file searching. The URL DISK_FILE_LIST will trigger device to perform file searching.

Input Argument

State,YYYY,MM,DD,hh,mm,ss,Length
where
Argument Possible Value Description
State 0 or 1 0: not refer to data and time conditions when perform file searching.
1: data and time conditions is used when perform file searching.
YYYY 0~9 numbers 4 digits for year.
MM 01~12 two digits for month. 01 is for January.
DD 01~31 2 digits for month day.
HH 00~23 2 digits for hour.
mm 00~59 two digits for minute.
ss 00~59 2 digits for second.
Length 1~60 time interval in minute. It decides the end point in time for file searching.

Attribute

Return of Message

DISK_FILE_SEARCH_TIME='1,2011,09,23,13,40,30,60'
or
ERROR: DISK_FILE_SEARCH_TIME not found

OK: DISK_FILE_SEARCH_TIME='1,2011,09,23,13,40,30,60'
or
ERROR: DISK_FILE_SEARCH_TIME not found

Applicability

PlatformT Camera, Video server with local storage A1D-310-V4.10 and later

Statue

Valid

See also

DISK_REMOVE_FILE, DISK_REMOVE_OLD_FILES, DISK_FILE_LIST, DISK_GET_FILE, DISK_FILE_SEARCH_EVENT

Example

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

http://ip:port/cgi-bin/system?USER=admin&PWD=123456&DISK_FILE_SEARCH_TIME=1,2011,09,23,13,40,30,60
or
http://ip:port/cgi-bin/cmd/system?DISK_FILE_SEARCH_TIME=1,2011,09,23,13,40,30,60

Back To

HOME, SYSTEM CGI