{ "id":"/axapi/v3/interface/ve/{ifnum}/nptv6/domain/{domain-name}+{bind-type}", "type":"object", "node-type":"list", "title":"domain", "partition-visibility":"shared", "description":"Apply NPTv6 translation domain on interface", "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 } }, "object-keys":[ "domain-name", "bind-type" ], "required":[ "domain-name", "bind-type" ] }