JVC VN-V26U Security Camera User Manual


 
"restart". as on or off. IP address of NTP server and access interval are validated by "restart".
Allowed users admin, operator
Getting NTP Server Address from VN-V25/26
Format
/api/param?network.ntp.host
Example of Response
network.ntp.host=10.0.0.100&200 OK
Interpretation Acquire IP address of NTP server. Either the IP address or FQDN will be returned.
Allowed users admin, operator, user
Setting NTP Server Address for VN-V25/26
Format
/api/param?network.ntp.host=data
Example
/api/param?network.ntp.host=10.0.0.100
Example of Response
network.ntp.host&202 Accepted(network.ntp.status=restart)
Interpretation Change IP address of NTP server. Specify IP address or FQDN. To validate the change, use
"network.ntp.status=restart " API.
Allowed users admin, operator
Getting Access Interval to NTP Server from VN-V25/26
Format
/api/param?network.ntp.interval
Example of Response
network.ntp.interval=10&200 OK
Interpretation Acquire the interval for accessing the NTP server. Unit can be gotten by "network.ntp.unit" API.
Allowed users admin, operator, user
Setting Access Interval to NTP Server for VN-V25/26
Format
/api/param?network.ntp.interval=data
Example
/api/param?network.ntp.interval=60
Example of Response
network.ntp.interval&202 Accepted(network.ntp.status=restart)
Interpretation Change the interval for accessing the NTP server. Unit can be set by "network.ntp.unit" API.
Specify 1-60 when the unit is min/hour, 1-31 when the unit is day. To validate the change, use
"network.ntp.status=restart" API.
Allowed users admin, operator
Getting Access Interval Unit of NTP from VN-V25/26
Format
/api/param?network.ntp.unit
Example of Response
network.ntp.unit=hour&200 OK
64