GET /v2/databases/{database_cluster_uuid}/replicas/{replica_name}
Summary: Retrieve an Existing Read-only Replica
Operation ID: databases_get_replica
Auth: unknown
Operation ID: databases_get_replica
Auth: unknown
Description
To show information about an existing database replica, send a GET request to `/v2/databases/$DATABASE_ID/replicas/$REPLICA_NAME`. **Note**: Read-only replicas are not supported for Redis clusters. The response will be a JSON object with a `replica key`. This will be set to an object containing the standard database replica attributes.
Parameters (1)
replica_name
(string, path, required)
The name of the database replica.
No probe data for this endpoint yet.