{ "id":"/axapi/v3/ddos/zone-template/ips/{ips-tmpl-name}", "type":"object", "node-type":"list", "title":"ips", "partition-visibility":"shared", "description":"IPS template configuration", "properties":{ "ips-tmpl-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"DDOS IPS Template Name", "optional":false }, "ips-profile-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ips-profile-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"IPS Profile Name" } } } ] }, "high-serverity-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "description":"Configure action-list to take for high serverity signature", "optional":true }, "medium-serverity-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "description":"Configure action-list to take for medium serverity signature", "optional":true }, "low-serverity-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "description":"Configure action-list to take for low serverity signature", "optional":true }, "streaming-scan-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable IPS streaming scan", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "ips-tmpl-name" ], "required":[ "ips-tmpl-name" ] }