{ "id":"/axapi/v3/ips", "type":"object", "node-type":"intermediate", "title":"ips", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"IPS feature", "properties":{ "profile":{ "type":"object", "$ref":"/axapi/v3/ips/profile", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "signature":{ "type":"object", "$ref":"/axapi/v3/ips/signature", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "summary":{ "type":"object", "$ref":"/axapi/v3/ips/summary", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "global":{ "type":"object", "$ref":"/axapi/v3/ips/global", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'ips_matched_total': IPS Matched Total; 'ips_matched_http': IPS Matched HTTP; 'ips_matched_dns': IPS Matched DNS; 'ips_matched_other': IPS Matched Other; 'ips_matched_action_pass': IPS Matched Action Pass; 'ips_matched_action_drop': IPS Matched Action Drop; 'ips_matched_action_blacklist': IPS Matched Action Blacklist; 'ips_matched_severity_high': IPS Matched Severity High; 'ips_matched_severity_medium': IPS Matched Severity Medium; 'ips_matched_severity_low': IPS Matched Severity Low; ", "enum":[ "all", "ips_matched_total", "ips_matched_http", "ips_matched_dns", "ips_matched_other", "ips_matched_action_pass", "ips_matched_action_drop", "ips_matched_action_blacklist", "ips_matched_severity_high", "ips_matched_severity_medium", "ips_matched_severity_low" ] } } } ] } } } } }