{ "id":"/axapi/v3/network/twamp/responder/ipv6/stats", "type":"object", "node-type":"scalar", "title":"ipv6", "description":"Statistics for the object ipv6", "properties":{ "stats":{ "type":"object", "properties":{ "rx_pkts_v6":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Rx IPv6 TWAMP test packets", "long-description":"{}", "optional":true }, "tx_pkts_v6":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"Tx IPv6 TWAMP test packets", "long-description":"{}", "optional":true }, "rx_drop_not_enabled_v6":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"Rx IPv6 disabled drop", "long-description":"{}", "optional":true }, "rx_acl_drop_v6":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"Rx IPv6 client-list drop", "long-description":"{}", "optional":true }, "twamp_hdr_len_err_v6":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"Rx IPv6 TWAMP hdr length error drop", "long-description":"{}", "optional":true }, "no_route_err_v6":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"Tx IPv6 no route error drop", "long-description":"{}", "optional":true }, "other_err_v6":{ "type":"number", "format":"counter", "size":"8", "oid":"14", "description":"IPv6 Other error drop", "long-description":"{}", "optional":true } } } } }