Reveal the secrets of a DBaaS Kafka user
GET
/dbaas-kafka/{service-name}/user/{username}/password/reveal
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/dbaas-kafka/{service-name}/user/{username}/password/reveal'
Response examples (200)
{
"username": "string",
"password": "string",
"access-cert": "string",
"access-cert-expiry": "2025-05-04T09:42:00Z",
"access-key": "string"
}