JSON message about NTP server parameters
{ "TerminalNtpServer":{ "enabled":, /*optional, boolean, whether to enable NTP server*/ "addressingFormatType":"", /*optional, address type: "ipaddress"-IP address (default), "hostname"-host name*/ "hostName":"", /*optional, string, host name*/ "ipAddress":"", /*optional, string, IP address*/ "ipv6Address":"", /*optional, string, IPv6 address*/ "portNo":, /*optional, int, port No.*/ "synchronizeInterval":, /*optional, int, synchronize interval,unit: minute*/ "type": "", /*optional, string, configuration method: "byTerminal"-by terminal, "byOrg"-by organization*/ "terminalNoList":, /*optional, array, terminal list, this filed is required only when type is "byTerminal" and not returned*/ "orgNoList": /*optional, array, organization ID list, this filed is required only when type is "byOrg" and not returned*/ } }