VMware NSX
When accessing the NSX Manager directly or via an NSX Cluster HA VIP, all traffic is routed to a single "active" node. High-volume API calls can quickly overload this single manager and trigger rate limits, even if other nodes in the cluster are idle.
The API traffic can be load balanced by configuring a load balancer in front of the Management Cluster, this can be achieved using NSX standard LB, VMware AVI LB or a third party solution. The below is an example configuration and is dependant upon your exact use case / LB deployment and environment.
admin:VMware1! encodes to YWRtaW46Vk13YXJlMSE= )Verification
Test API connectivity through the new VIP using a standard cluster status API call such as the below
curl -k -u admin:<password> -X GET "https://<YOUR_NEW_LB_VIP>/api/v1/cluster/status"
Upon successful response, update your external automation tools and API clients to point to the new Load Balancer VIP.