{ "id":"/axapi/v3/system/ve-mac-scheme", "type":"object", "node-type":"scalar", "title":"ve-mac-scheme", "partition-visibility":"shared", "auto-created-object":1, "description":"VE MAC allocation scheme", "properties":{ "ve-mac-scheme-val":{ "type":"string", "format":"enum", "default":"hash-based", "partition-visibility":"shared", "description":"'hash-based': Hash-based using the VE number; 'round-robin': Round Robin scheme; 'system-mac': Use system MAC address; ", "enum":[ "hash-based", "round-robin", "system-mac" ], "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 } } }