Retrieve auto generated passwords via CLI if the VCF Installer UI is no longer accessible after a VCF 9.1 deployment.
VMware Cloud Foundation 9.1
https:///vcf-installer-ui/portal/getting-started
Deploy > View Details TOKEN=$(curl -k -X POST https://localhost/v1/tokens -H "Content-Type:application/json" -d '{"username": "admin@local","password": ""}' | jq -r '.accessToken')
curl -k -X GET "https://localhost/v1/sddcs/<ID from previous command>/spec" -H "Authorization: Bearer $TOKEN" -H "Accept: application/json" -H "Content-Type: application/json" | jq | less