{ "id":"/axapi/v3/ips/global/stats", "type":"object", "node-type":"scalar", "operation-not-allowed": ["PUT"], "title":"global", "description":"Statistics for the object global", "properties":{ "stats":{ "type":"object", "properties":{ "ips_matched_total":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"IPS Matched Total", "optional":true }, "ips_matched_http":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"IPS Matched HTTP", "optional":true }, "ips_matched_dns":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"IPS Matched DNS", "optional":true }, "ips_matched_other":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"IPS Matched Other", "optional":true }, "ips_matched_action_pass":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"IPS Matched Action Pass", "optional":true }, "ips_matched_action_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"IPS Matched Action Drop", "optional":true }, "ips_matched_action_blacklist":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"IPS Matched Action Blacklist", "optional":true }, "ips_matched_severity_high":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"IPS Matched Severity High", "optional":true }, "ips_matched_severity_medium":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"IPS Matched Severity Medium", "optional":true }, "ips_matched_severity_low":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"IPS Matched Severity Low", "optional":true } } } } }