LbServiceUsage
Describes the capacity and current usage of virtual servers, pools, pool members for the given load balancer service.
{
"current_pool_count": 0,
"current_pool_member_count": 0,
"current_virtual_server_count": 0,
"pool_capacity": 0,
"pool_member_capacity": 0,
"service_id": "string",
"service_size": "string",
"severity": "string",
"usage_percentage": "number",
"virtual_server_capacity": 0
}
The current number of pools which have been configured in the given load balancer service.
The current number of pool members which have been configured in the given load balancer service.
The current number of virtual servers which have been configured in the given load balancer service.
Pool capacity means maximum number of pools which could be configured in the given load balancer service.
Pool member capacity means maximum number of pool members which could be configured in the given load balancer service.
UUID of load balancer service
The size of load balancer service
The severity calculation is based on the largest usage percentage from virtual servers, pools, pool members and rules for one load balancer service.
The usage percentage is the largest usage percentage from virtual servers, pools and pool members for the load balancer service. If the property relax_scale_validation is set as true for LbService, it is possible that the value is larger than 100.0. For example, if SMALL LBS is deployed on MEDIUM edge node and configured with MEDIUM LBS virtual server scale number, LBS usage percentage is shown larger than 100.0.
Virtual server capacity means maximum number of virtual servers which could be configured in the given load balancer service.