cURL
curl --request GET \ --url http://127.0.0.1:47334/v1/api/api/databases/{databaseName}
{ "name": "<string>", "engine": "<string>", "type": "<string>" }
Gets info about an existing database.
Name of existing database
A JSON object with database informations
The response is of type object.
object