Reveal the secrets of a DBaaS OpenSearch user

GET /dbaas-opensearch/{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

  • 200 application/json

    200

    Hide response attributes Show response attributes object
GET /dbaas-opensearch/{service-name}/user/{username}/password/reveal
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-opensearch/{service-name}/user/{username}/password/reveal
Response examples (200)
{
  "username": "string",
  "password": "string"
}