{ "id":"/axapi/v3/ddos/zone-template/quic/{quic-tmpl-name}/version-supported/{version-start}+{version-end}/malformed-check", "type":"object", "node-type":"scalar", "title":"malformed-check", "partition-visibility":"shared", "description":"Configure and enable malformed packet check", "properties":{ "malformed-enable":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable malformed check; ", "enum":[ "enable" ], "optional":false }, "max-source-cid-length":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":255, "partition-visibility":"shared", "description":"Set the maximum source CID length", "optional":true }, "max-destination-cid-length":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":255, "partition-visibility":"shared", "description":"Set the maximum destination CID length", "optional":true }, "malformed-check-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "not":"malformed-check-action", "description":"Configure action-list to take. Overwrites version action", "optional":true }, "malformed-check-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"malformed-check-action-list-name", "description":"'drop': Drop packets (Default); 'blacklist-src': Blacklist-src; ", "enum":[ "drop", "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 } } }