Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Bearer authorization  Get video cameras list and their parameters using gRPC API methods (DomainService) Next page

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