{ "id":"/axapi/v3/system/ports", "type":"object", "node-type":"scalar", "title":"ports", "partition-visibility":"shared", "auto-created-object":1, "description":"System level port configurations", "properties":{ "link-detection-interval":{ "type":"number", "format":"number", "minimum":50, "maximum":60000, "default":1000, "partition-visibility":"shared", "description":"Link detection interval in msecs", "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 } } }