{ "id":"/axapi/v3/ddos/network-object-template/{name}/sport-anomaly-threshold", "type":"object", "node-type":"intermediate", "title":"sport-anomaly-threshold", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Configure anomaly thresholds applied to source port entries", "properties":{ "packet-rate":{ "type":"object", "$ref":"/axapi/v3/ddos/network-object-template/{name}/sport-anomaly-threshold/packet-rate", "properties":{ "value":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Packet rate of a source port entry" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "packet-rate-percentage":{ "type":"object", "$ref":"/axapi/v3/ddos/network-object-template/{name}/sport-anomaly-threshold/packet-rate-percentage", "properties":{ "value":{ "type":"number", "format":"number", "minimum":1, "maximum":99, "partition-visibility":"shared", "description":"Percentage of source port entry's parent entry" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "bit-rate":{ "type":"object", "$ref":"/axapi/v3/ddos/network-object-template/{name}/sport-anomaly-threshold/bit-rate", "properties":{ "value":{ "type":"number", "format":"number", "minimum":800, "maximum":34359738360, "partition-visibility":"shared", "description":"Bit rate of a source port entry" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "bit-rate-percentage":{ "type":"object", "$ref":"/axapi/v3/ddos/network-object-template/{name}/sport-anomaly-threshold/bit-rate-percentage", "properties":{ "value":{ "type":"number", "format":"number", "minimum":1, "maximum":99, "partition-visibility":"shared", "description":"Percentage of source port entry's parent entry" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }