Get Replica Deployable Namespaces

Get Replica Deployable Namespaces

Endpoint to list Environments where read replicas can be created for the given database
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/databases/{dbUUID}/replicable-namespaces
COPY
Path Parameters
string
dbUUID
Required

ID of the database


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "id": "string",
        "name": "string"
    }
]

400

Bad Request

Operation doesn't return any data structure