Get database cluster credentials
This API gets the credentials for the database cluster specified by the name and namespace.
Path parameters
Name of the namespace
Name of the database cluster. Can be found under Metadata["name"] of the DatabaseCluster object.
Response
Successful operation
Example response
{
"connectionUrl": "postgres://user:secret@100.100.100.100:5432",
"username": "root",
"password": "root"
}Changes
Changed in 3 of the 50 revisions of this API.15
- ○
added the optional property
connectionUrlto the response with the200statusresponse-optional-property-added
- ○
- ○
api tag
Database Clusteraddedapi-tag-added
- ○
api tag
databaseClusterremovedapi-tag-removed
- ○
- ●
removed the optional property
connectionUrlfrom the response with the200statusresponse-optional-property-removed
- ○
api tag
databaseClusteraddedapi-tag-added
- ○
api tag
Database Clusterremovedapi-tag-removed
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●