LbNodeUsageSummary
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.
{
"current_credit_number": 0,
"current_pool_members": 0,
"node_counts": [
{
"node_count": 0,
"severity": "string"
}
],
"node_usages": [
{
"node_id": "string",
"type": "string"
}
],
"remaining_credit_number": 0,
"remaining_pool_members": 0,
"severity": "string",
"usage_percentage": "number"
}
The current credit number reflects the overall credit usage for all nodes.
The overall number of pool members configured on all nodes.
The property identifies array of node count for each severity (RED, ORANGE and GREEN).
The remaining credit number is the overall remaining credits that can be used for load balancer service configuration for all nodes.
The overall remaining number of pool members which could be configured on all nodes.
The severity calculation is based on current credit usage percentage of load balancer for all nodes.
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.