{ "id":"/axapi/v3/scaleout/apps", "type":"object", "node-type":"scalar", "title":"apps", "partition-visibility":"shared", "description":"Enable Scaleout for apps", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable Scaleout for apps", "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 }, "skip-mac-overwrite":{ "type":"object", "$ref":"/axapi/v3/scaleout/apps/skip-mac-overwrite", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Skips overwriting dest MAC of flooded packets on Active node" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }