Cgi commands – Cisco WVC80N User Manual

Page 34

Advertising
background image

Appendix D

CGI Commands

33

Wireless-N Internet Home Monitoring Camera

Parameter

Value and description

group

1. To get all group settings

group_name (The group name is not case sensitive.)

2. To get a specific setting from a group

group_name.parameter_name

3. To get the settings from multiple groups

group_name&group_name...

Return:

All group settings or one group setting is returned as follows:

HTTP/1.0 200 OK\r\n

content-type: text/plain\r\n

...

\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 not case sensitive.)

Return: A 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

Advertising