InlineLbEdgeNodeUsage1
{
"current_credit_number": 0,
"current_large_load_balancer_services": 0,
"current_medium_load_balancer_services": 0,
"current_pool_members": 0,
"current_pools": 0,
"current_small_load_balancer_services": 0,
"current_virtual_servers": 0,
"current_xlarge_load_balancer_services": 0,
"edge_cluster_id": "string",
"form_factor": "string",
"remaining_credit_number": 0,
"remaining_large_load_balancer_services": 0,
"remaining_medium_load_balancer_services": 0,
"remaining_pool_members": 0,
"remaining_small_load_balancer_services": 0,
"remaining_xlarge_load_balancer_services": 0,
"severity": "string",
"usage_percentage": "number"
}
The current credit number reflects the current usage on the node. For example, configuring a medium load balancer on a node consumes 10 credits. If there are 2 medium instances configured on a node, the current credit number is 2 * 10 = 20.
The number of large load balancer services configured on the node.
The number of medium load balancer services configured on the node.
The number of pool members configured on the node.
The number of pools configured on the node.
The number of small load balancer services configured on the node.
The number of virtual servers configured on the node.
The number of xlarge load balancer services configured on the node.
The ID of edge cluster which contains the edge node.
The form factor of the given edge node.
The remaining credit number is the remaining credits that can be used for load balancer service configuration. For example, an edge node with form factor LARGE_VIRTUAL_MACHINE has 40 credits, and a medium load balancer instance costs 10 credits. If there are currently 3 medium instances configured, the remaining credit number is 40 - (3 * 10) = 10.
The remaining number of large load balancer services which could be configured on the given edge node.
The remaining number of medium load balancer services which could be configured on the given edge node.
The remaining number of pool members which could be configured on the given edge node.
The remaining number of small load balancer services which could be configured on the given edge node.
The remaining number of xlarge load balancer services which could be configured on the given edge node.
The severity calculation is based on current credit usage percentage of load balancer for one node.
The usage percentage of the edge node for load balancer. The value is the larger value between load balancer credit usage percentage and pool member usage percentage for the edge node.