VMware Cloud Director 10.x
CSE clusters went in error status due to Cloud Director Cell services crash and did not recover once the Cloud Director services were restored.
To resolve this issue, update the cluster status via API using Postman or any other REST API client:
The PUT request from Step.3 might fail with the status code 412 and with a message saying that the ETag did not match. In such a case, retry again from Step.1.
Please do not update just the ETag in the PUT request if you hit 412. Please retry steps 1 & 2 to update BOTH the request body and the "If-Match" header for the PUT request.
Once the PUT request returns a 200 response status code, the UI should show that the cluster status is "Available" .