Read Load Balancer Node Usage Summary
API is used to retrieve the load balancer node usage summary for all nodes.
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
Whether to include node usages
OK
{
"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 property contains lb node usages for each node.
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.
curl -H 'Authorization: <value>' https://{api_host}/api/v1/loadbalancer/node-usage-summary