Get Replica Deployable Namespaces

Get Replica Deployable Namespaces

Endpoint to list Environments where read replicas can be created for the given database
Authorized Roles : 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",
        "environment": {
            "id": "string",
            "name": "string",
            "type": "string"
        },
        "localStorages": [
            {
                "id": "string",
                "name": "string",
                "type": "string",
                "default": false
            }
        ],
        "cloudStorages": [
            {
                "id": "string",
                "name": "string",
                "type": "string",
                "default": false
            }
        ],
        "datastores": [
            {
                "id": "string",
                "moId": "string",
                "name": "string",
                "type": "string",
                "default": false
            }
        ],
        "appNetworks": [
            {
                "id": "string",
                "moId": "string",
                "name": "string",
                "type": "string",
                "default": false
            }
        ],
        "organisations": [
            {
                "id": "string",
                "name": "string",
                "type": "string"
            }
        ]
    }
]

400

Bad Request

Operation doesn't return any data structure