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