{ "id":"/axapi/v3/ddos/pattern-recognition/stats", "type":"object", "node-type":"scalar", "title":"pattern-recognition", "description":"Statistics for the object pattern-recognition", "properties":{ "stats":{ "type":"object", "properties":{ "proceeded":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Pattern Recognition: Engine Started", "optional":true }, "not_found":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Pattern Recognition: Pattern Not Found", "optional":true }, "generic_error":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Pattern Recognition: Exceptions", "optional":true }, "filter_match":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Extracted Filter Match", "optional":true }, "filter_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Extracted Filter Drop", "optional":true } } } } }