Documentation for Axxon Next 4.5.0. Documentation for other versions of Axxon Next is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

POST http://IP-address:port/prefix/grpc

Request body:

{
    "method":"axxonsoft.bl.tz.TimeZoneManager.SetNTP",
    "data":{

        "ntp": {
            "ntp_url": "time.windows.com",
            "sync_ip_devices": true
        }
    }
}

where

  • ntp_url - NTP server of the correct time;
  • sync_ip_devices - if true, then the time is also synchronized on all video cameras of the Server.
  • No labels