{ "id":"/axapi/v3/ddos/ip-proto", "type":"object", "node-type":"scalar", "title":"ip-proto", "auto-created-object":1, "description":"global ddos port 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; 'dst_ipproto_rcvd': Dst IP-Proto Total Packets Received; 'dst_ipproto_drop': Dst IP-Proto Total Packets Dropped; 'dst_ipproto_bl': Dst IP-Proto Blacklist Packets Dropped; 'dst_ipproto_exceed_drop_any': Dst IP-Proto Exceed Dropped; 'dst_ipproto_pkt_rate_exceed': Dst IP-Proto Pkt Rate Exceeded; 'dst_ipproto_kbit_rate_exceed': Dst IP-Proto KiBit Rate Exceeded (KiBit); 'dst_ipproto_frag_rate_exceed': Dst IP-Proto Frag Pkt Rate Exceeded; ", "enum":[ "all", "dst_ipproto_rcvd", "dst_ipproto_drop", "dst_ipproto_bl", "dst_ipproto_exceed_drop_any", "dst_ipproto_pkt_rate_exceed", "dst_ipproto_kbit_rate_exceed", "dst_ipproto_frag_rate_exceed" ] }, "optional":true } } ] } } }