Vivotek IP8364-C User Manual page 184

Bullet network camera
Table of Contents

Advertisement

VIVOTEK
Ex. Delete records whose key numbers are 1, 4, and 8.
http://<servername>/cgi-bin/admin/lsctrl.cgi?cmd=delete&label=1&label=4&label=8
Command: update
PARAMETER
VALUE
label
<integer primary key> Required.
isLocked
<boolean>
Ex. Update records whose key numbers are 1 and 5 to be locked status.
http://<servername>/cgi-bin/admin/lsctrl.cgi?cmd=update&isLocked=1&label=1&label=5
Ex. Update records whose key numbers are 2 and 3 to be unlocked status.
http://<servername>/cgi-bin/admin/lsctrl.cgi?cmd=update&isLocked=0&label=2&label=3
8.13.1 Return Message
The returned results are always in XML format, except for storage status related elements that can be
returned in javascript format. (i.e. status, totalSize, freeSize, and usedSize.)
The elements are listed as follows.
Group: stormgr
Element name
Type
counts
<Positive Integer>
limit
<Positive Integer>
offset
<Positive Integer>
statusCode
<Integer>
184 - User's Manual
URL Command Document for All SeriesIP8364
Ex. label=1
DESCRIPTION
Identify the designated record.
Ex. label=1
Required.
Indicate if the file is locked or not.
Description
Total number of matched records.
Limit the maximum number of returned search records.
Could be empty if not specified.
Specifies how many rows to skip at the beginning of the
matched records.
Could be empty if not specified.
The reply status (see table below)
Value of return-code Description
200
OK
400
Unrecognized Message Type/Content
500
Server executes command error.
501
Parse Input Message Failed.
72

Advertisement

Table of Contents
loading

Table of Contents