{ "id":"/axapi/v3/ddos/anomaly", "type":"object", "node-type":"scalar", "title":"anomaly", "auto-created-object":1, "description":"anomaly 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; 'land_attack': IP Land Attack; 'empty_frag': IPv4 Empty Fragment; 'micro_frag': IPv4 Micro Fragment; 'ipv4_opt': IPv4 Option; 'ip_frag': IP Fragment; 'bad_ip_hdr_len': IPv4 Invalid Header Length; 'bad_ip_flags': IPv4 Invalid Flags; 'bad_ip_ttl': IP Invalid TTL; 'no_ip_payload': IP Payload None; 'oversize_ip_pl': IP Payload Too Large; 'bad_ip_pl_len': IP Invalid Payload Length; 'bad_ip_frag_off': IPv4 Invalid Fragment Offset; 'bad_ip_csum': IPv4 Invalid Checksum; 'icmp_pod': ICMP Ping Of Death; 'tcp_bad_urg_off': TCP Invalid Urgent Offset; 'tcp_short_hdr': TCP Short Header; 'tcp_bad_ip_len': TCP Invalid IPv4 Length; 'tcp_null_flags': TCP Null Flags; 'tcp_null_scan': TCP Null Scan; 'tcp_syn_fin': TCP SYN&FIN; 'tcp_xmas_flags': TCP XMAS Flags; 'tcp_xmas_scan': TCP XMAS Scan; 'tcp_syn_frag': TCP SYN Fragment; 'tcp_frag_header': TCP Fragment Header; 'tcp_bad_csum': TCP Invalid Checksum; 'udp_short_hdr': UDP Short Header; 'udp_short_leng': UDP Invalid Length; 'udp_kb_frag': UDP KB Fragment; 'udp_port_lb': UDP Port LB; 'udp_bad_csum': UDP Invalid Checksum; 'runt_ip_hdr': IP Runt Header; 'runt_tcpudp_hdr': TCPUDP Runt Header; 'tun_mismatch': IP Tunnel Mismatch; 'tcp_opt_overflow': TCP Option Error; ", "enum":[ "all", "land_attack", "empty_frag", "micro_frag", "ipv4_opt", "ip_frag", "bad_ip_hdr_len", "bad_ip_flags", "bad_ip_ttl", "no_ip_payload", "oversize_ip_pl", "bad_ip_pl_len", "bad_ip_frag_off", "bad_ip_csum", "icmp_pod", "tcp_bad_urg_off", "tcp_short_hdr", "tcp_bad_ip_len", "tcp_null_flags", "tcp_null_scan", "tcp_syn_fin", "tcp_xmas_flags", "tcp_xmas_scan", "tcp_syn_frag", "tcp_frag_header", "tcp_bad_csum", "udp_short_hdr", "udp_short_leng", "udp_kb_frag", "udp_port_lb", "udp_bad_csum", "runt_ip_hdr", "runt_tcpudp_hdr", "tun_mismatch", "tcp_opt_overflow" ] }, "optional":true } } ] } } }