{ "id":"/axapi/v3/ddos/template/sip/{sip-tmpl-name}/filter-header/{sip-filter-header-seq}", "type":"object", "node-type":"list", "title":"filter-header", "partition-visibility":"shared", "description":"SIP Header Regex Filter Configuration", "properties":{ "sip-filter-header-seq":{ "type":"number", "format":"number", "minimum":1, "maximum":5, "partition-visibility":"shared", "description":"Sequence number", "optional":false }, "sip-filter-header-regex":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":1275, "partition-visibility":"shared", "description":"Regex Expression", "optional":true }, "sip-filter-header-unmatched":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"action taken when it does not match", "optional":true }, "sip-filter-header-blacklist":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Also blacklist the source when action is taken", "optional":true }, "sip-filter-header-whitelist":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Whitelist the source after filter passes, packets are dropped until then", "optional":true }, "sip-filter-header-count-only":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Take no action and continue processing the next filter", "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":[ "sip-filter-header-seq" ], "required":[ "sip-filter-header-seq" ] }