ALBAnalyticsPolicy (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer AnalyticsPolicy object", 
  "id": "ALBAnalyticsPolicy", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "all_headers": {
      "default": false, 
      "description": "Log all headers. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "All headers", 
      "type": "boolean"
    }, 
    "client_insights": {
      "$ref": "ALBClientInsights, 
      "default": "NO_INSIGHTS", 
      "description": "Gain insights from sampled client to server HTTP requests and responses. Enum options - NO_INSIGHTS, PASSIVE, ACTIVE. Default value when not specified in API or module is interpreted by ALB Controller as NO_INSIGHTS.", 
      "required": false, 
      "title": "Client insights"
    }, 
    "client_insights_sampling": {
      "$ref": "ALBClientInsightsSampling, 
      "description": "Placeholder for description of property client_insights_sampling of obj type AnalyticsPolicy field type str  type ref.", 
      "required": false, 
      "title": "Client insights sampling"
    }, 
    "client_log_filters": {
      "description": "Placeholder for description of property client_log_filters of obj type AnalyticsPolicy field type str  type array.", 
      "items": {
        "$ref": "ALBClientLogFilter
      }, 
      "required": false, 
      "title": "Client log filters", 
      "type": "array"
    }, 
    "full_client_logs": {
      "$ref": "ALBFullClientLogs, 
      "description": "Placeholder for description of property full_client_logs of obj type AnalyticsPolicy field type str  type ref.", 
      "required": false, 
      "title": "Full client logs"
    }, 
    "metrics_realtime_update": {
      "$ref": "ALBMetricsRealTimeUpdate, 
      "description": "Settings to turn on realtime metrics and set duration for realtime updates.", 
      "required": false, 
      "title": "Metrics realtime update"
    }, 
    "significant_log_throttle": {
      "default": 10, 
      "description": "This setting limits the number of 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": "Significant log throttle", 
      "type": "integer"
    }, 
    "udf_log_throttle": {
      "default": 10, 
      "description": "This setting limits the total number of UDF logs generated per second for this VS on each SE. UDF logs are generated due to the configured client log filters or the rules with logging enabled. 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": "Udf log throttle", 
      "type": "integer"
    }
  }, 
  "title": "AnalyticsPolicy", 
  "type": "object"
}