Get Db Type Versions

Get Db Type Versions

Use this endpoint to fetch template details for the database type
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/templates/databasetype/{dbtype}
COPY
Path Parameters
string
dbtype
Required

Database Type


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "logicalBuildId": "string",
        "version": "string",
        "databaseType": "string",
        "latestShellOvaVersion": "string",
        "latestCoreRpmVersion": "string",
        "latestAdapterRpmVersion": "string",
        "latestDbengineRpmVersion": "string",
        "systemDefaults": {
            "cpu": {
                "min": 0,
                "max": 0,
                "defaultCPU": 0
            },
            "memory": {
                "min": 0,
                "max": 0,
                "defaultMemory": 0,
                "unit": "string"
            },
            "disk": {
                "min": 0,
                "max": 0,
                "defaultDisk": 0,
                "unit": "string"
            }
        },
        "dbOptions": [
            {
                "key": "string",
                "value": "string",
                "type": "string",
                "url": "string"
            }
        ],
        "deleted": false,
        "providerStatus": "string",
        "lastProcessedTime": "string",
        "maxReadReplica": 0
    }
]

400

Bad Request

Operation doesn't return any data structure