Update Or Upload DB Engine

Update Or Upload DB Engine

Use this endpoint to update or re-upload the database engine docker image as tar.gz file
Authorized Roles : PROVIDER

Request
URI
PUT
/provider/templates/{id}/update-db-engine?dbVersion
COPY
Path Parameters
string
id
Required

ID of the template

Query Parameters
string
dbVersion
Required

DB Engine Version


Request Body
File of type(s) multipart/form-data
Optional
{
    "dbEngine": "string"
}
string
dbEngine
Required

DB Engine Docker image as tar/tar.gz format

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns MasterTaskResult of type(s) application/vnd.vmware.dms-v1+json
{
    "task_id": "string"
}
string As uuid As uuid
task_id
Optional

task_id


400

Bad Request

Operation doesn't return any data structure