{ "id":"/axapi/v3/system/cli-monitor-interval", "type":"object", "node-type":"scalar", "title":"cli-monitor-interval", "partition-visibility":"shared", "description":"Config cli-server health monitor interval", "properties":{ "interval":{ "type":"number", "format":"number", "minimum":0, "maximum":5000, "partition-visibility":"shared", "description":"one interval is 300ms (0 = 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 } } }