{ "id":"/axapi/v3/ntp/server/hostname/{host-servername}", "type":"object", "node-type":"list", "title":"hostname", "partition-visibility":"shared", "description":"IPV4 address, IPV6 address or host name of NTP server", "properties":{ "host-servername":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"IPV4 address, IPV6 address or host name of NTP server(string1~63)", "optional":false }, "key":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "$ref":"/axapi/v3/ntp/trusted-key", "description":"Use trusted key to authenticate this NTP server (The trusted key number to use)", "optional":true }, "prefer":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set this NTP server as preferred", "optional":true }, "action":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable this NTP server; 'disable': Disable this NTP server; ", "enum":[ "enable", "disable" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "host-servername" ], "required":[ "host-servername" ] }