{ "id":"/axapi/v3/scaleout/{cluster-id}/local-device", "type":"object", "node-type":"scalar", "title":"local-device", "partition-visibility":"shared", "description":"Local device configuration", "properties":{ "priority":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "optional":true }, "id":{ "type":"number", "format":"number", "minimum":1, "maximum":8, "modify-not-allowed":1, "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }