{ "id":"/axapi/v3/ddos/dst/entry/{dst-entry-name}/src-dst-pair-settings/{all-types}", "type":"object", "node-type":"list", "title":"src-dst-pair-settings", "partition-visibility":"shared", "description":"Configure src-dst-pair settings", "properties":{ "all-types":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all-types': Settings for all types (default or class-list); ", "enum":[ "all-types" ], "optional":false }, "age":{ "type":"number", "format":"number", "minimum":2, "maximum":1023, "default":5, "partition-visibility":"shared", "description":"Idle age for ip entry", "optional":true }, "max-dynamic-entry-count":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum count for dynamic src-dst entry", "optional":true }, "apply-policy-on-overflow":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable this flag to apply overflow policy when dynamic entry count overflows", "optional":true }, "unlimited-dynamic-entry-count":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"No limit for maximum dynamic src entry count", "optional":true }, "enable-class-list-overflow":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Apply class-list overflow policy upon exceeding dynamic entry count specified for DST entry or each class-list", "optional":true }, "src-prefix-len":{ "type":"number", "format":"number", "minimum":32, "maximum":127, "partition-visibility":"shared", "description":"Specify src prefix length for IPv6 (default: not set)", "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 }, "l4-type-src-dst-list":{ "type":"array", "minItems":1, "items":{ "type":"l4-type-src-dst" }, "uniqueItems":true, "$ref":"/axapi/v3/ddos/dst/entry/{dst-entry-name}/src-dst-pair-settings/{all-types}/l4-type-src-dst/{protocol}", "array":[ { "properties":{ "protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'tcp': tcp; 'udp': udp; 'icmp': icmp; 'other': other; ", "enum":[ "tcp", "udp", "icmp", "other" ], "optional":false }, "max-dynamic-entry-count":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum count for dynamic src-dst entry", "optional":true }, "apply-policy-on-overflow":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable this flag to apply overflow policy when dynamic entry count overflows", "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 } }, "required":[ "protocol" ] } ] } }, "object-keys":[ "all-types" ], "required":[ "all-types" ] }