{ "id":"/axapi/v3/cgnv6/map/translation/domain/{name}/basic-mapping-rule/prefix-rule/{name}", "type":"object", "node-type":"list", "title":"prefix-rule", "partition-visibility":"shared", "description":"IPv6 and IPv4 prefix rules", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"MAP BMR prefix rule name", "optional":false }, "rule-ipv6-prefix":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPv6 prefix of BMR", "optional":true }, "rule-ipv4-prefix":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPv4 prefix of BMR", "optional":true }, "ipv4-netmask":{ "type":"string", "format":"ipv4-netmask-brief", "partition-visibility":"shared", "description":"Subnet mask (subnet bigger than /8 is not allowed)", "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 } }, "object-keys":[ "name" ], "required":[ "name" ] }