Get Replica Deployable Namespaces

Get Replica Deployable Namespaces

Endpoint to list namespaces where read replicas can be created with the primary database on the given namespace
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/namespaces/{id}/replica-deployable-namespaces
COPY
Path Parameters
string
id
Required

ID of the primary db's namespace


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