ALBMetricsRealTimeUpdate (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer MetricsRealTimeUpdate object", 
  "id": "ALBMetricsRealTimeUpdate", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "duration": {
      "default": 30, 
      "description": "Real time metrics collection duration in minutes. 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": "Enables real time metrics collection. When deactivated, 6 hour view is the most granular the system will track. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": true, 
      "title": "Enabled", 
      "type": "boolean"
    }
  }, 
  "title": "MetricsRealTimeUpdate", 
  "type": "object"
}