{ "id":"/axapi/v3/ddos/protection/hw-blocking", "type":"object", "node-type":"scalar", "title":"hw-blocking", "partition-visibility":"shared", "description":"Leverage hardware to drop blacklisted packets", "properties":{ "hw-blocking-enable":{ "type":"number", "format":"flag", "plat-neg-list":["softax-ddet"], "default":0, "partition-visibility":"shared", "description":"Enable hardware blacklist blocking for src or dst default entries (default disabled)", "optional":true }, "hw-blocking-threshold-limit":{ "type":"number", "format":"number", "plat-neg-list":["softax-ddet"], "minimum":1, "maximum":16000000, "default":10000, "partition-visibility":"shared", "description":"Threshold to initiate hardware blocking (default 10000)", "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 } } }