Interpretation Change
Allowed user admin
Getting MPEG-4 Multicast Port Number from VN-V685/686/686B
Format /api/param?network.destination(2).port
Example of Response network.destination(2).port=59152&200 OK
Interpretation Acquire
Allowed users admin, operator
Setting MPEG-4 Multicast Port Number for VN-V685/686/686B
Format /api/param?network.destination(1).port=data
Example /api/param?network.destination(1).port=59152
Example of Response
network.destination(1).port&202 Accepted(network.destination(1).host=save)
Interpretation Change
Allowed user admin
6.14. 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
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
Allowed users admin, operator
Setting Client Restriction to Deny/Allow for
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
92