<IP_ADDRESS> - - [<DATE>:<TIME> +0000] "GET /api/query?type=adminVM&filterEncoded=true&filter=(container==urn:vcloud:vapp:########-####-####-####-############)&format=records HTTP/1.1" 200 3511 "-" "-" 15VMware Cloud Director 10.6.x
The high number of api calls on the primary will use all the connection pool, causing the primary node to be unresponsive and generating an automatic switchover to a standby cell. This will be repeated also for the new primary, which in turn will go in failed status and switchover to remaining standby node, leaving 3 nodes all primary, but two of them in failed status. Those high number of api calls are generated from a specific IP address which may be associated to 3rd party applications (i.e. backup application).
To help resolving the issue, you will need to do the following:
/opt/vmware/vcloud-director/logs/request.log file and verify which IP address is generating excessive number of api calls.