3)
Example
HTTP/1.1 200 OK<CRLF>
Connection: close<CRLF>
Date: Fri, 13 MAY 2005 07:33:12 GMT<CRLF>
Server: JVC
4) The client disconnects TCP80 to end the use of API.
Note: APIs for getting/setting parameters are not restricted by the access restriction function.
6. API for Getting/Changing Parameters of VN-V686
This section provides description of APIs for getting/changing parameters of
.
6.1. General
(1)Getting parameter
●Specify API in GET line according to the format below when getting a parameter from
/api/param?ParamA.ParamB.ParamC
The upper limit of this character string is 1024 bytes.
●When acquisition is successfully completed, values will be shown in the body of HTTP response, followed by "&200 OK" message.
Example:
ParamA.ParamB.ParamC=Data&200 OK
When an error occurs, an error code will be returned instead of indicating a value in the body of HTTP response. Example:
ParamA.ParamB.ParamC&401 Unauthorized
16