{ "id":"/axapi/v3/scaleout/user-group-assignment-template/{name}", "type":"object", "node-type":"list", "title":"user-group-assignment-template", "partition-visibility":"shared", "description":"Configure scaleout user group assignment templates", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Scaleout User Group Assignment Template Name", "optional":false }, "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 }, "v4-assignment-list":{ "type":"array", "minItems":1, "items":{ "type":"v4-assignment" }, "uniqueItems":true, "$ref":"/axapi/v3/scaleout/user-group-assignment-template/{name}/v4-assignment/{ipv4-prefix}", "array":[ { "properties":{ "ipv4-prefix":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"IPv4 prefix", "optional":false }, "assignment-prefix-length":{ "type":"number", "format":"number", "minimum":1, "maximum":32, "default":32, "partition-visibility":"shared", "description":"User group assignment prefix length, default is 32", "optional":true }, "user-group-range-start":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "description":"User group range start", "optional":true }, "user-group-range-end":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "description":"User group range end", "optional":true }, "service-config-template":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "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 } }, "required":[ "ipv4-prefix" ] } ] }, "v6-assignment-list":{ "type":"array", "minItems":1, "items":{ "type":"v6-assignment" }, "uniqueItems":true, "$ref":"/axapi/v3/scaleout/user-group-assignment-template/{name}/v6-assignment/{ipv6-prefix}", "array":[ { "properties":{ "ipv6-prefix":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPv6 prefix", "optional":false }, "assignment-prefix-length":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "default":128, "partition-visibility":"shared", "description":"User group assignment prefix length, default is 128", "optional":true }, "user-group-range-start":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "description":"User group range start", "optional":true }, "user-group-range-end":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "description":"User group range end", "optional":true }, "service-config-template":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Configure a scaleout service config template to use", "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 } }, "required":[ "ipv6-prefix" ] } ] } }, "object-keys":[ "name" ], "required":[ "name" ] }