NSX-T Data Center REST API

LBServiceCountPerSeverity (type)

{
  "additionalProperties": false,
  "description": "The service count for specific load balancer usage severity.",
  "id": "LBServiceCountPerSeverity",
  "module_id": "PolicyLBStatistics",
  "properties": {
    "service_count": {
      "description": "Service count for specific serverity.",
      "readonly": true,
      "title": "Service count for specific serverity",
      "type": "integer"
    },
    "severity": {
      "$ref": "LBUsageSeverity",
      "description": "The severity calculation is based on current usage percentage for one load balancer service.",
      "readonly": true,
      "title": "LB usage severity"
    }
  },
  "title": "The service count for specific severity",
  "type": "object"
}