{ "id":"/axapi/v3/ddos/protection/multi-pu-zone-distribution", "type":"object", "node-type":"scalar", "title":"multi-pu-zone-distribution", "partition-visibility":"shared", "description":"Multi pu traffic distribution mode configuration", "properties":{ "distribution-method":{ "type":"string", "format":"enum", "default":"traffic-rate", "partition-visibility":"shared", "description":"'cpu-usage': Entry/Zone distribution based on CPU usage percentage; 'traffic-rate': Entry/Zone distribution based on traffic kbit/pkt rate (Default); ", "enum":[ "cpu-usage", "traffic-rate" ], "optional":true }, "cpu-threshold-per-entry":{ "type":"number", "format":"number", "minimum":30, "maximum":100, "default":60, "partition-visibility":"shared", "description":"Entry/zone percentage threshold of CPU usage for source hash mode. Requires distribution-method cpu-usage. Default:60", "optional":true }, "cpu-threshold-per-pu":{ "type":"number", "format":"number", "minimum":60, "maximum":100, "default":80, "partition-visibility":"shared", "description":"Per PU percentage threshold of average CPU usage to start check entry usage. Requires distribution-method cpu-usage. Default:80", "optional":true }, "rate-pkt-threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":55000000, "default":55000000, "partition-visibility":"shared", "description":"DDOS DST Entry/Zone packet rate threshold for source hash mode", "optional":true }, "rate-kbit-threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":150000000, "default":150000000, "partition-visibility":"shared", "description":"DDOS DST Entry/Zone kbit rate threshold for source hash mode", "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 } } }