LbNodeUsageSummary

LbNodeUsageSummary
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.

JSON Example
{
    "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"
}
integer As int64 As int64
current_credit_number
Optional

The current credit number reflects the overall credit usage for all nodes.

integer As int64 As int64
current_pool_members
Optional

The overall number of pool members configured on all nodes.

node_counts
Optional

The property identifies array of node count for each severity (RED, ORANGE and GREEN).

array of LbNodeUsage
node_usages
Optional

The property contains lb node usages for each node.

integer As int64 As int64
remaining_credit_number
Optional

The remaining credit number is the overall remaining credits that can be used for load balancer service configuration for all nodes.

integer As int64 As int64
remaining_pool_members
Optional

The overall remaining number of pool members which could be configured on all nodes.

string
severity
Optional

The severity calculation is based on current credit usage percentage of load balancer for all nodes.

Possible values are : GREEN, ORANGE, RED,
number
usage_percentage
Optional

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.