{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/detection/victim-ip-detection/indicator/{type}", "type":"object", "node-type":"list", "title":"indicator", "partition-visibility":"shared", "description":"DDos Host Detections configuration", "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'pkt-rate': rate of incoming packets; 'reverse-pkt-rate': rate of reverse coming packets; 'fwd-byte-rate': rate of incoming bytes; 'rev-byte-rate': rate of reverse coming bytes; ", "enum":[ "pkt-rate", "reverse-pkt-rate", "fwd-byte-rate", "rev-byte-rate" ], "optional":false }, "ip-threshold-num":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Threshold for IP", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "type" ], "required":[ "type" ] }