{ "id":"/axapi/v3/ddos/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 }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }