Reveal the secrets of a DBaaS MySQL user
GET
/dbaas-mysql/{service-name}/user/{username}/password/reveal
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/dbaas-mysql/{service-name}/user/{username}/password/reveal'
Response examples (200)
{
"username": "string",
"password": "string"
}