LBNodeCountPerSeverity (type)

{
  "additionalProperties": false, 
  "description": "The node count for specific load balancer usage severity.", 
  "id": "LBNodeCountPerSeverity", 
  "module_id": "PolicyLBStatistics", 
  "properties": {
    "node_count": {
      "description": "Node count for specific serverity.", 
      "readonly": true, 
      "title": "Node count for specific serverity", 
      "type": "integer"
    }, 
    "severity": {
      "$ref": "LBUsageSeverity, 
      "description": "The severity calculation is based on current credit usage percentage of load balancer for one node.", 
      "readonly": true, 
      "title": "LB usage severity"
    }
  }, 
  "title": "The node count for specific severity", 
  "type": "object"
}