{ "id":"/axapi/v3/ipv6/nat/pool/{pool-name}", "type":"object", "node-type":"list", "title":"pool", "description":"IPv6 pool name", "properties":{ "pool-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Specify pool name", "optional":false }, "start-address":{ "type":"string", "format":"ipv6-address", "modify-not-allowed":1, "description":"Configure start IP address of NAT pool", "optional":true }, "end-address":{ "type":"string", "format":"ipv6-address", "modify-not-allowed":1, "description":"Configure end IP address of NAT pool", "optional":true }, "netmask":{ "type":"number", "format":"number", "minimum":64, "maximum":128, "modify-not-allowed":1, "description":"Configure mask for pool", "optional":true }, "ip-rr":{ "type":"number", "format":"flag", "default":0, "modify-not-allowed":1, "description":"Use IP address round-robin behavior", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "pool-name" ], "required":[ "pool-name" ] }