{ "id":"/axapi/v3/cgnv6/nat/pool-group/{pool-group-name}/member/{pool-name}", "type":"object", "node-type":"list", "title":"member", "partition-visibility":"shared", "description":"Add a CGNv6 NAT pool to this pool-group", "properties":{ "pool-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify CGNv6 NAT pool 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 } }, "object-keys":[ "pool-name" ], "required":[ "pool-name" ] }