{ "id":"/axapi/v3/ddos/detection/stat", "type":"object", "node-type":"scalar", "title":"stat", "auto-created-object":1, "description":"Detection general stat counters", "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_rcvd': sflow_rcvd; 'msg_other_rcvd': msg_other_rcvd; 'poll_sleep': poll_sleep; 'dst_leart': dst_leart; 'src_leart': src_leart; 'src_dst_leart': src_dst_leart; 'ipv6_rcvd': ipv6_rcvd; 'frag_rcvd': frag_rcvd; 'ip_rcvd': ip_rcvd; 'dst_miss': dst_miss; 'dst_entry_create_fail': dst_entry_create_fail; 'dst_entry_create': dst_entry_create; 'dst_entry_lookup_hit': dst_entry_lookup_hit; 'src_miss': src_miss; 'src_entry_create_fail': src_entry_create_fail; 'src_entry_create': src_entry_create; 'src_entry_lookup_hit': src_entry_lookup_hit; 'ddet_procssed': ddet_procssed; 'ddet_no_candidate': ddet_no_candidate; 'ddet_pkt_parse_failure': ddet_pkt_parse_failure; 'ddet_pkt_client_traffic': ddet_pkt_client_traffic; 'dst_entry_aged': dst_entry_aged; 'src_entry_aged': src_entry_aged; 'src_dst_entry_aged': src_dst_entry_aged; 'dst_idle': dst_idle; 'indicator_report_alloc_fail': indicator_report_alloc_fail; 'notif_queue_max_reached': notif_queue_max_reached; ", "enum":[ "all", "sflow_rcvd", "msg_other_rcvd", "poll_sleep", "dst_leart", "src_leart", "src_dst_leart", "ipv6_rcvd", "frag_rcvd", "ip_rcvd", "dst_miss", "dst_entry_create_fail", "dst_entry_create", "dst_entry_lookup_hit", "src_miss", "src_entry_create_fail", "src_entry_create", "src_entry_lookup_hit", "ddet_procssed", "ddet_no_candidate", "ddet_pkt_parse_failure", "ddet_pkt_client_traffic", "dst_entry_aged", "src_entry_aged", "src_dst_entry_aged", "dst_idle", "indicator_report_alloc_fail", "notif_queue_max_reached" ] }, "optional":true } } ] } } }