This article provides the steps to extract Depot_User
credentials that might be required to address account lockout issues.
VMware Cloud Foundation 5.x
su
' commandTOKEN=$(curl -d '{"username": "#####", "password" : "#####"}' -H "Content-Type: application/json" -X POST http://127.0.0.1/v1/tokens | jq -r '.accessToken')
curl -k -X GET -H "Authorization: Bearer "$TOKEN"" --insecure 'https://localhost/v1/system/credentials?entityType=DEPOT_USER' | json_pp | less