JVC VN-V25U Security Camera User Manual


 
Format
/api/param?network.destination(3).port=data
Example
/api/param?network.destination(3).port=59152
Example of Response
network.destination(3).port&202 Accepted(network.destination(31).host=save)
Interpretation Change audio multicast port number. Specify from 2 to 65534. To validate the change, use
"network.destination(3).host=save" API. After the save, start streaming by "network.destination(3).host=start" API.
Allowed user admin
6
.13. Access Restrictions
The APIs below are related to access restrictions. These are equivalent to the features on the Access Restrictions page
of the WEB setting page. Refer to the instruction manual for details on the Access Restrictions page.
Getting Deny/Allow Setting of Client Restrictions from VN-V25/26
Format
/api/param?network.access_control(stream_out).logic
Example of Response
network.access_control(stream_out).logic=deny&200 OK
Interpretation Acquire the deny/allow setting of client restrictions. Either deny or allow will be returned. These
restrictions are applied to getting JPEG.
Allowed users admin, operator
Setting Client Restriction to Deny/Allow for VN-V25/26
Format
/api/param?network.access_control(stream_out).logic=data
Example
/api/param?network.access_control(stream_out).logic=deny
Example of Response
network.access_control(stream_out).logic&200 OK
Interpretation Change the deny/allow setting of client restrictions. Specify as deny or allow. These restrictions are
applied to getting JPEG.
Allowed user admin
Getting IP Address Setting of Restricted Client from VN-V25/26
Format
/api/param?network.access_control(stream_out).host(Number)
Example When Getting the first IP address
/api/param?network.access_control(stream_out).host(1)
Example of Response
network.access_control(stream_out).host(1)=10.0.0.100&200 OK
Interpretation Acquire the IP address setting of the restricted client. Setting is possible up to 10 items. Specify a
value between 1 to 10 for the number. The following will be returned if subnet mask was specified.
Example of Response 2
62