{ "id":"/axapi/v3/health/monitor/{name}/method/ntp", "type":"object", "node-type":"scalar", "title":"ntp", "partition-visibility":"shared", "description":"NTP type", "properties":{ "ntp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"NTP type", "optional":true }, "ntp-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":123, "partition-visibility":"shared", "description":"Specify the NTP port, default is 123 (Port Number (default 123))", "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 } } }