{ "id":"/axapi/v3/cgnv6/nptv6/domain/{name}", "type":"object", "node-type":"list", "title":"domain", "partition-visibility":"shared", "description":"Configure NPTv6 translation domain", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Name of NPTv6 domain", "optional":false }, "inside-prefix":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Configure inside network prefix (Inside IPv6 network prefix)", "optional":true }, "outside-prefix":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Configure outside network prefix (Outside IPv6 network prefix)", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'outbound-packets': Outbound Packets; 'inbound-packets': Inbound Packets; 'hairpin-packets': Hairpin Packets; 'address-not-valid-for-translation': Address Not Valid For Translation; 'inbound-packets-no-map': Inbound Packets No Map; 'packets-dest-unreachable': Packets Destination Unreachable; ", "enum":[ "all", "outbound-packets", "inbound-packets", "hairpin-packets", "address-not-valid-for-translation", "inbound-packets-no-map", "packets-dest-unreachable" ] } } } ] } }, "object-keys":[ "name" ], "required":[ "name" ] }