ALBDosThresholdProfile (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer DosThresholdProfile object", 
  "id": "ALBDosThresholdProfile", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "thresh_info": {
      "description": "Attack type, min and max values for DoS attack detection.", 
      "items": {
        "$ref": "ALBDosThreshold
      }, 
      "required": false, 
      "title": "Thresh info", 
      "type": "array"
    }, 
    "thresh_period": {
      "default": 5, 
      "description": "Timer value in seconds to collect DoS attack metrics based on threshold on the Service Engine for this Virtual Service. Unit is SEC. Default value when not specified in API or module is interpreted by ALB Controller as 5.", 
      "required": true, 
      "title": "Thresh period", 
      "type": "integer"
    }
  }, 
  "title": "DosThresholdProfile", 
  "type": "object"
}