This functionality will allow you to receive information LoadBalancer load. For example, getting information about the current number of connections through the LoadBalancer will be useful if you need to dynamically change the number of replicas for the LoadBalancer. One of the reasons for this need is that under the rapid growth of the number of incoming connections, the limit of simultaneous connections through LoadBalacner is reached. For example, during a DDOS attack, the limit of 10,000 simultaneous connections is reached very quickly, which leads to a situation where new connections are not possible. To resolve this situation, there is an idea to determine the number of simultaneous connections via the API and change the number of LoadBalancer replicas via the kubectl API. As I see it, the user interface uses the following API to get information about the load: https://cloud.digitalocean.com/api/v1/insights/graphs/data/lbaas/http_connections ?... But this API request is not in the documentation https://docs.digitalocean.com/reference/api/api-reference/