{ "id":"/axapi/v3/ddos/detection/statistics", "type":"object", "node-type":"scalar", "title":"statistics", "auto-created-object":1, "description":"DDoS Detection statistics", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "description":"'all': all; 'sflow-packets-received': sFlow Packets Received; 'not-supported-sflow-ver': sFlow Packets Version Not Supported; 'netflow-pkts-received': Netflow Packets Received; 'not-supproted-nflow-ver': Netflow Packets Version Not Supported; 'agent-not-found': Detection Agent Not Found; 'pkt-drop': Flow Packets Dropped; 'not-for-flow-collection': Packets Not for Detection; ", "enum":[ "all", "sflow-packets-received", "not-supported-sflow-ver", "netflow-pkts-received", "not-supproted-nflow-ver", "agent-not-found", "pkt-drop", "not-for-flow-collection" ] }, "optional":true } } ] } } }