{ "id":"/axapi/v3/ddos/zone-template/sip/{sip-tmpl-name}/malformed-sip", "type":"object", "node-type":"scalar", "title":"malformed-sip", "partition-visibility":"shared", "description":"Configure and enable malformed SIP check", "properties":{ "malformed-sip-check":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'enable-check': Enable malformed SIP parameters; ", "enum":[ "enable-check" ], "optional":true }, "malformed-sip-max-line-size":{ "type":"number", "format":"number", "minimum":1, "maximum":32511, "default":32511, "partition-visibility":"shared", "description":"Set the maximum line size. Default value is 32511", "optional":true }, "malformed-sip-max-uri-length":{ "type":"number", "format":"number", "minimum":1, "maximum":32511, "default":32511, "partition-visibility":"shared", "description":"Set the maximum uri size. Default value is 32511", "optional":true }, "malformed-sip-max-header-name-length":{ "type":"number", "format":"number", "minimum":1, "maximum":63, "default":63, "partition-visibility":"shared", "description":"Set the maximum header name length. Default value is 63", "optional":true }, "malformed-sip-max-header-value-length":{ "type":"number", "format":"number", "minimum":1, "maximum":32511, "default":32511, "partition-visibility":"shared", "description":"Set the maximum header value length. Default value is 32511", "optional":true }, "malformed-sip-call-id-max-length":{ "type":"number", "format":"number", "minimum":1, "maximum":32511, "default":32511, "partition-visibility":"shared", "description":"Set the maximum call-id length. Default value is 32511", "optional":true }, "malformed-sip-sdp-max-length":{ "type":"number", "format":"number", "minimum":1, "maximum":32511, "default":32511, "partition-visibility":"shared", "description":"Set the maxinum SDP content length. Default value is 32511", "optional":true }, "malformed-sip-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "not":"malformed-sip-action", "description":"Configure action-list to take", "optional":true }, "malformed-sip-action":{ "type":"string", "format":"enum", "default":"drop", "partition-visibility":"shared", "not":"malformed-sip-action-list-name", "description":"'drop': Drop packets (Default); 'reset': Reset (sip-tcp) client connection; 'blacklist-src': Blacklist-src; ", "enum":[ "drop", "reset", "blacklist-src" ], "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 } } }