{ "id":"/axapi/v3/ddos/zone-template/icmp-v6/{icmp-tmpl-name}/type-other", "type":"object", "node-type":"scalar", "title":"type-other", "partition-visibility":"shared", "description":"Specify other type", "properties":{ "icmp-type-other-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "not":"icmp-type-other-action", "description":"Configure action-list to take for wildcard ICMP match", "optional":true }, "icmp-type-other-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"icmp-type-other-action-list-name", "description":"'drop': Reject wildcard ICMP type; 'blacklist-src': Blacklist-src wildcard ICMP type; 'ignore': Ignore wildcard ICMP type; ", "enum":[ "drop", "blacklist-src", "ignore" ], "optional":true }, "src":{ "type":"object", "properties":{ "src-type-other-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":16000000, "partition-visibility":"shared", "description":"Specify the whole src rate for wildcard ICMP type" }, "src-type-other-rate-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "not":"src-type-other-rate-action", "description":"Configure action-list to take for rate exceed" }, "src-type-other-rate-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"src-type-other-rate-action-list-name", "description":"'drop': Drop packets for rate exceed (Default); 'blacklist-src': Blacklist-src for rate exceed; 'ignore': Do nothing for rate exceed; ", "enum":[ "drop", "blacklist-src", "ignore" ] } } }, "dst":{ "type":"object", "properties":{ "dst-type-other-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":16000000, "partition-visibility":"shared", "description":"Specify the whole dst rate for wildcard ICMP type" }, "dst-type-other-rate-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "not":"dst-type-other-rate-action", "description":"Configure action-list to take for rate exceed" }, "dst-type-other-rate-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"dst-type-other-rate-action-list-name", "description":"'drop': Drop packets for rate exceed (Default); 'blacklist-src': Blacklist-src for rate exceed; 'ignore': Do nothing for rate exceed; ", "enum":[ "drop", "blacklist-src", "ignore" ] } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }