{ "id":"/axapi/v3/ddos/detection/statistics/stats", "type":"object", "node-type":"scalar", "title":"statistics", "description":"Statistics for the object statistics", "properties":{ "stats":{ "type":"object", "properties":{ "sflow-packets-received":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"sFlow Packets Received", "optional":true }, "not-supported-sflow-ver":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"sFlow Packets Version Not Supported", "optional":true }, "netflow-pkts-received":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Netflow Packets Received", "optional":true }, "not-supproted-nflow-ver":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Netflow Packets Version Not Supported", "optional":true }, "agent-not-found":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Detection Agent Not Found", "optional":true }, "pkt-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Flow Packets Dropped", "optional":true } } } } }