Submit Recover Task

Submit Recover Task

Endpoint for Recover of the database from the selected time
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
POST
https://{api_host}/provider/databases/{dbUUID}/recover
COPY
Path Parameters
string
dbUUID
Required

ID of the database


Request Body
RecoverDbDTO of type(s) application/json
Required
{
    "backupId": "string",
    "restoreTimeStamp": "string"
}
string As uuid As uuid
backupId
Optional

backupId

string As date-time As date-time
restoreTimeStamp
Optional

restoreTimeStamp

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