Documentation for Axxon One 1.0.

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