{ "id":"/axapi/v3/network/twamp/responder/ip/stats", "type":"object", "node-type":"scalar", "title":"ip", "description":"Statistics for the object ip", "properties":{ "stats":{ "type":"object", "properties":{ "rx_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Rx IP TWAMP test packets", "long-description":"{}", "optional":true }, "tx_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Tx IP TWAMP test packets", "long-description":"{}", "optional":true }, "rx_drop_not_enabled_v4":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Rx IP disabled drop", "long-description":"{}", "optional":true }, "rx_acl_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Rx IP client-list drop", "long-description":"{}", "optional":true }, "twamp_hdr_len_err":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Rx TWAMP hdr length error drop", "long-description":"{}", "optional":true }, "no_route_err":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Tx IP no route error drop", "long-description":"{}", "optional":true }, "other_err":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"IP other error drop", "long-description":"{}", "optional":true } } } } }