{ "id":"/axapi/v3/ddos/zone-template/quic/{quic-tmpl-name}/version-supported/{version-start}+{version-end}", "type":"object", "node-type":"list", "title":"version-supported", "partition-visibility":"shared", "description":"Configure version support options", "properties":{ "version-start":{ "type":"string", "format":"time", "minLength":1, "maxLength":4294967295, "partition-visibility":"shared", "description":"Configure versions supported", "optional":false }, "version-end":{ "type":"string", "format":"time", "minLength":1, "maxLength":4294967295, "partition-visibility":"shared", "description":"Version supported range end", "optional":false }, "version-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "not":"version-action", "description":"Configure action-list to take", "optional":true }, "version-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"version-action-list-name", "description":"'drop': Drop packets; '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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "malformed-check":{ "type":"object", "$ref":"/axapi/v3/ddos/zone-template/quic/{quic-tmpl-name}/version-supported/{version-start}+{version-end}/malformed-check", "properties":{ "malformed-enable":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable malformed check; ", "enum":[ "enable" ] }, "max-source-cid-length":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":255, "partition-visibility":"shared", "description":"Set the maximum source CID length" }, "max-destination-cid-length":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":255, "partition-visibility":"shared", "description":"Set the maximum destination CID length" }, "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" }, "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" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "object-keys":[ "version-start", "version-end" ], "required":[ "version-start", "version-end" ] }