ALBFullClientLogs (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer FullClientLogs object", 
  "id": "ALBFullClientLogs", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "duration": {
      "default": 30, 
      "description": "How long should the system capture all logs, measured in minutes. Set to 0 for infinite. Special values are 0 - 'infinite'. Unit is MIN. Default value when not specified in API or module is interpreted by ALB Controller as 30.", 
      "required": false, 
      "title": "Duration", 
      "type": "integer"
    }, 
    "enabled": {
      "default": false, 
      "description": "Capture all client logs including connections and requests. When deactivated, only errors will be logged. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": true, 
      "title": "Enabled", 
      "type": "boolean"
    }, 
    "throttle": {
      "default": 10, 
      "description": "This setting limits the number of non-significant logs generated per second for this VS on each SE. Default is 10 logs per second. Set it to zero (0) to deactivate throttling. Unit is PER_SECOND. Default value when not specified in API or module is interpreted by ALB Controller as 10.", 
      "required": false, 
      "title": "Throttle", 
      "type": "integer"
    }
  }, 
  "title": "FullClientLogs", 
  "type": "object"
}