Reveal the secrets of a DBaaS Kafka user

GET /dbaas-kafka/{service-name}/user/{username}/password/reveal

Path parameters

  • service-name string Required

    Service name

    Minimum length is 0, maximum length is 63.

  • username string Required

    Minimum length is 1, maximum length is 64.

Responses

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"
}