NSX-T Data Center REST API

LbNodeUsageSummary (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "description": "The load balancer node usage summary for all nodes. Only EdgeNode is supported. The summary calculation is based on all edge nodes configured in edge clusters.",
  "id": "LbNodeUsageSummary",
  "module_id": "LoadBalancer",
  "properties": {
    "current_credit_number": {
      "description": "The current credit number reflects the overall credit usage for all nodes.",
      "readonly": true,
      "title": "Current credit number",
      "type": "integer"
    },
    "current_pool_members": {
      "description": "The overall number of pool members configured on all nodes.",
      "readonly": true,
      "title": "The current number of pool members",
      "type": "integer"
    },
    "node_counts": {
      "description": "The property identifies array of node count for each severity (RED, ORANGE and GREEN).",
      "items": {
        "$ref": "LbNodeCountPerSeverity"
      },
      "readonly": true,
      "title": "Array of node count for each severity",
      "type": "array"
    },
    "node_usages": {
      "description": "The property contains lb node usages for each node.",
      "items": {
        "$ref": "LbNodeUsage"
      },
      "readonly": true,
      "title": "Array of lb node usages",
      "type": "array"
    },
    "remaining_credit_number": {
      "description": "The remaining credit number is the overall remaining credits that can be used for load balancer service configuration for all nodes.",
      "readonly": true,
      "title": "Remaining credit number",
      "type": "integer"
    },
    "remaining_pool_members": {
      "description": "The overall remaining number of pool members which could be configured on all nodes.",
      "readonly": true,
      "title": "The remaining number of pool members",
      "type": "integer"
    },
    "severity": {
      "$ref": "LbUsageSeverity",
      "description": "The severity calculation is based on current credit usage percentage of load balancer for all nodes.",
      "readonly": true,
      "title": "LB usage severity"
    },
    "usage_percentage": {
      "description": "The overall usage percentage of all nodes for load balancer. The value is the larger value between overall pool member usage percentage and overall load balancer credit usage percentage.",
      "readonly": true,
      "title": "Usage percentage",
      "type": "number"
    }
  },
  "title": "Lb node usage summary for all nodes",
  "type": "object"
}