databaseCluster

Get the specified database cluster credentials

Get the specified database cluster credentials

get/namespaces/{namespace}/database-clusters/{name}/credentials

Path parameters

namespacestring required

Name of the namespace

namestring required

Name of the database cluster. Can be found under Metadata["name"] of the DatabaseCluster object.

Response

Successful operation

usernamestring
passwordstring

Example response

{
  "username": "root",
  "password": "root"
}

Changes