GET /v2/databases/{database_cluster_uuid}/dbs/{database_name}
Summary: Retrieve an Existing Database
Operation ID: databases_get
Auth: unknown
Operation ID: databases_get
Auth: unknown
Description
To show information about an existing database cluster, send a GET request to `/v2/databases/$DATABASE_ID/dbs/$DB_NAME`. Note: Database management is not supported for Redis clusters. The response will be a JSON object with a `db` key. This will be set to an object containing the standard database attributes.
Parameters (1)
database_name
(string, path, required)
The name of the database.
No probe data for this endpoint yet.