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