{ "id":"/axapi/v3/slb/dns64/stats", "type":"object", "node-type":"scalar", "title":"dns64", "description":"Statistics for the object dns64", "properties":{ "stats":{ "type":"object", "properties":{ "query":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Query", "optional":true }, "query-bad-pkt":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Query Bad Packet", "optional":true }, "query-chg":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Query Changed", "optional":true }, "query-parallel":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Query Parallel", "optional":true }, "query-passive":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Query Passive", "optional":true }, "resp":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Response", "optional":true }, "resp-bad-pkt":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"Response Bad Packet", "optional":true }, "resp-bad-qr":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Response Bad Query", "optional":true }, "resp-chg":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"Response Changed", "optional":true }, "resp-err":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"Response Error", "optional":true }, "resp-empty":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"Response Empty", "optional":true }, "resp-local":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"Response Local", "optional":true }, "adjust":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"Translated", "optional":true }, "cache":{ "type":"number", "format":"counter", "size":"8", "oid":"14", "description":"Cache", "optional":true }, "drop":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"Dropped", "optional":true } } } } }