{ "id":"/axapi/v3/ddos/action-list/{name}", "type":"object", "node-type":"list", "title":"action-list", "partition-visibility":"shared", "description":"Action List Configuration", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"DDOS action-list name", "optional":false }, "action":{ "type":"object", "properties":{ "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop Packet (Default); 'ignore': Continue processing the packet; 'reset': Reset the connection; 'authenticate-src': Authenticate the source IP; 'blacklist-src': Black-list the source IP; 'tunnel-encap-packet': Encapsulate packet for tunneling. encap template need to be bound; ", "enum":[ "drop", "ignore", "reset", "authenticate-src", "blacklist-src", "tunnel-encap-packet" ] }, "blacklist-src-value":{ "type":"number", "format":"number", "minimum":1, "maximum":30, "partition-visibility":"shared", "description":"blacklist duration in minutes" }, "stateless":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"encapsulate all packests" }, "scrub-packet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"allow packets to go through other DDoS checks before sent out" } } }, "zone-template":{ "type":"object", "properties":{ "logging":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/zone-template/logging", "description":"DDOS logging zone-template" }, "encap":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/zone-template/encap", "description":"DDOS encap template" } } }, "capture-config":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/capture-config", "description":"capture-config name", "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":[ "name" ], "required":[ "name" ] }