User's Manual
97
...
\r\n
[group1]\r\n
<parameter pair>\r\n
<parameter pair>\r\n
...\r\n
[group2]\r\n
<parameter pair>\r\n
<parameter pair>\r\n
...\r\n
Where <parameter pair> is <parameter_name>=<parameter_value>.
Set group parameters
Method: GET
URL:
http://<ip>/adm/set_group.cgi?<parameter>=<value>[&<parameter pair>…]
Parameter Value and description
group Group name is specified here. (The group name is case insensitive.)
Note that all group values are defined in the Network Camera
Configuration Spec.
1. To set a specific setting in a group
group=group1&key=value...
2. To get the settings from multiple groups
group=group1&key=value...&group=group2&key=value...
Return:
Successful request returns all group parameters or the specified parameters as below.
HTTP/1.0 200 OK\r\n
…
content-type: text/plain\r\n
...
\r\n
OK\r\n
HTTP notification spec
* Please refer to the “HTTP_NOTIFY group” chapter in the Configuration file spec
document.