{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/port/zone-service/{port-num}+{protocol}/ips/stats", "type":"object", "node-type":"scalar", "operation-not-allowed": ["DELETE"], "title":"ips", "description":"Statistics for the object ips", "properties":{ "stats":{ "type":"object", "properties":{ "ips_matched_total":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"IPS Matched Total", "optional":true }, "ips_matched_action_pass":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"IPS Matched Action Pass", "optional":true }, "ips_matched_action_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"IPS Matched Action Drop", "optional":true }, "ips_matched_action_blacklist":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"IPS Matched Action Blacklist", "optional":true }, "ips_matched_severity_high":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"IPS Matched Severity High", "optional":true }, "ips_matched_severity_medium":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"IPS Matched Severity Medium", "optional":true }, "ips_matched_severity_low":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"IPS Matched Severity Low", "optional":true }, "src_ips_matched_action_pass":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Src IPS Matched Action Pass", "optional":true }, "src_ips_matched_action_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"Src IPS Matched Action Drop", "optional":true }, "src_ips_matched_action_blacklist":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"Src IPS Matched Action Blacklist", "optional":true }, "src_ips_matched_severity_high":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"Src IPS Matched Severity High", "optional":true }, "src_ips_matched_severity_medium":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"Src IPS Matched Severity Medium", "optional":true }, "src_ips_matched_severity_low":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"Src IPS Matched Severity Low", "optional":true } } } } }