{ "id":"/axapi/v3/ddos/detection/settings/reflection-attack-detection", "type":"object", "node-type":"scalar", "title":"reflection-attack-detection", "partition-visibility":"shared", "description":"Detection entries and indicators saving configuration", "properties":{ "heavy-hitter-threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":99, "default":50, "partition-visibility":"shared", "description":"Fractional threshold relative to total undiscovered source ports (default 50%)", "optional":true }, "sport-discovery-threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":99, "default":5, "partition-visibility":"shared", "description":"Fractional threshold relative to parent entry's bit-rate (default 5%)", "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 } } }