Reveal the secrets of a DBaaS Kafka user
Path parameters
-
Service name
Minimum length is
0
, maximum length is63
. -
Minimum length is
1
, maximum length is64
.
GET /dbaas-kafka/{service-name}/user/{username}/password/reveal
curl \
-X 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": "2024-05-04T09:42:00+00:00",
"access-key": "string"
}