{ "id":"/axapi/v3/ddos/network-object/{object-name}/sport-anomaly-threshold/sport/{sport-num}+{protocol}", "type":"object", "node-type":"list", "title":"sport", "partition-visibility":"shared", "description":"Configure anomaly thresholds applied to a specified source port entry of an IP", "properties":{ "sport-num":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Source port number", "optional":false }, "protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'udp': UDP port; 'tcp': TCP Port; ", "enum":[ "udp", "tcp" ], "optional":false }, "per-sport-pkt-rate-percentage":{ "type":"number", "format":"number", "minimum":1, "maximum":99, "partition-visibility":"shared", "description":"Percentage", "optional":true }, "per-sport-pkt-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Packet rate", "optional":true }, "per-sport-bit-rate-percentage":{ "type":"number", "format":"number", "minimum":1, "maximum":99, "partition-visibility":"shared", "description":"Percentage", "optional":true }, "per-sport-bit-rate":{ "type":"number", "format":"number", "minimum":800, "maximum":34359738360, "partition-visibility":"shared", "description":"Bit rate", "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 } }, "object-keys":[ "sport-num", "protocol" ], "required":[ "sport-num", "protocol" ] }