{ "id":"/axapi/v3/scaleout/cluster/{cluster-id}/cluster-devices/device-id/{device-id}", "type":"object", "node-type":"list", "title":"device-id", "partition-visibility":"shared", "description":"Configure Scaleout devices", "properties":{ "ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "optional":true }, "action":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': enable; 'disable': disable; ", "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":[ "device-id" ], "required":[ "device-id" ] }