The admin account is hitting the default API rate limit of 100 requests per second.
This is typically caused by:
The NSX Management Plane enforces per-identity API concurrency limits via the HTTP service to prevent resource exhaustion.
To resolve this immediately and restore access, apply the following workaround via the NSX Manager CLI (SSH as admin):
get service httpset service http client-api-rate-limit <value>get service httpTo identify the source IP address making the excessive requests, run the following command from the NSX Manager as root:
zgrep -Fh '/api/' /var/log/proxy/envoy_access_log.txt* 2> /dev/null | awk '{print $2}' | sort | uniq -c | sort -rn | headIf further assistance is needed, see Contact Support (Link: https://support.broadcom.com/web/ecx/contact-support). Scroll to the bottom of the page and click on your respective region.