{ "id":"/axapi/v3/interface/ve/{ifnum}/nptv6", "type":"object", "node-type":"intermediate", "title":"nptv6", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Configure NPTv6 on this interface", "properties":{ "domain-list":{ "type":"array", "minItems":1, "items":{ "type":"domain" }, "uniqueItems":true, "$ref":"/axapi/v3/interface/ve/{ifnum}/nptv6/domain/{domain-name}+{bind-type}", "array":[ { "properties":{ "domain-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"NPTv6 domain name", "optional":false }, "bind-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'inside': This interface is connected to NPTv6 inside networks; 'outside': This interface is connected to NPTv6 outside networks; ", "enum":[ "inside", "outside" ], "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 } }, "required":[ "domain-name", "bind-type" ] } ] } } }