{ "id":"/axapi/v3/cgnv6/nptv6/domain/{name}/stats", "type":"object", "node-type":"list", "title":"domain", "description":"Statistics for the object domain", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Name of NPTv6 domain", "optional":false }, "stats":{ "type":"object", "properties":{ "outbound-packets":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Outbound Packets", "long-description":"{}", "optional":true }, "inbound-packets":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Inbound Packets", "long-description":"{}", "optional":true }, "hairpin-packets":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Hairpin Packets", "long-description":"{}", "optional":true }, "address-not-valid-for-translation":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Address Not Valid For Translation", "long-description":"{}", "optional":true }, "inbound-packets-no-map":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Inbound Packets No Map", "long-description":"{}", "optional":true }, "packets-dest-unreachable":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Packets Destination Unreachable", "long-description":"{}", "optional":true } } } }, "required":[ "name" ] }