Scaledbconfig

Scaledbconfig

Endpoint to scale the database instance
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
PUT
/provider/databases/{dbUUID}/scale-db-config
COPY
Path Parameters
string
dbUUID
Required

ID of the database


Request Body
ScaleDbConfigDto of type(s) application/json
Required
{
    "instanceTypeId": "string",
    "cpu": "integer",
    "memory": "integer"
}
string As uuid As uuid
instanceTypeId
Optional

instanceTypeId

integer As int32 As int32
cpu
Optional

cpu

integer As int32 As int32
memory
Optional

memory

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure