{ "id":"/axapi/v3/ddos/system-default/limit/{limit-type}", "type":"object", "node-type":"list", "title":"limit", "partition-visibility":"shared", "description":"Specify DDOS system-default limits", "properties":{ "limit-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'dst-entry': dst-entry; 'dst-icmp': dst-icmp; 'dst-other': dst-other; 'dst-tcp': dst-tcp; 'dst-udp': dst-udp; 'src-entry': src-entry; 'src-icmp': src-icmp; 'src-other': src-other; 'src-tcp': src-tcp; 'src-udp': src-udp; ", "enum":[ "dst-entry", "dst-icmp", "dst-other", "dst-tcp", "dst-udp", "src-entry", "src-icmp", "src-other", "src-tcp", "src-udp" ], "optional":false }, "default-over-limit-action":{ "type":"object", "properties":{ "drop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Silently Drop the new connection / new packet when it exceeds limit" } } }, "default-pkt-rate-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":16000000, "partition-visibility":"shared", "description":"Configure Default Packet rate limit", "optional":true }, "default-bit-rate-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":16000000, "partition-visibility":"shared", "description":"Configure Default Kibit (kibibit / 1024-bit) rate limit", "optional":true }, "default-frag-pkt-rate-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":16000000, "partition-visibility":"shared", "description":"Configure Default Fragmented packet rate limit", "optional":true }, "default-conn-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":16000000, "partition-visibility":"shared", "description":"Configure Default Connection limit", "optional":true }, "default-conn-rate-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":16000000, "partition-visibility":"shared", "description":"Configure Default Connection rate limit", "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 } }, "object-keys":[ "limit-type" ], "required":[ "limit-type" ] }