{ "id":"/axapi/v3/scaleout/cluster/{cluster-id}/service-config", "type":"object", "node-type":"scalar", "title":"service-config", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "description":"Configure scaleout templates for SLB, CGN and VRRP", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "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 }, "template-list":{ "type":"array", "minItems":1, "items":{ "type":"template" }, "uniqueItems":true, "$ref":"/axapi/v3/scaleout/cluster/{cluster-id}/service-config/template/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Scaleout template Name", "optional":false }, "bucket-count":{ "type":"number", "format":"number", "minimum":1, "maximum":256, "default":256, "partition-visibility":"shared", "description":"Number of traffic buckets", "optional":true }, "device-group":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "partition-visibility":"shared", "description":"Device group id", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "name" ] } ] } } }