RestoreRequest

RestoreRequest
Start Restore Request Common

Request to start restore

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "backup_id": "string",
    "force_restore": false,
    "action": "string"
}
string
id
Optional

Unique id of restore

string
name
Optional
Constraints: maxLength: 255

Backup name

string
description
Optional
Constraints: maxLength: 255

Backup description

string
backup_id
Required

Unique id of successful backup

boolean
force_restore
Optional

Bypasses validation pre-checks during the restore operation. If true, the system ignores recoverable errors that would otherwise block the restore

action
Required

Type of restore action for how to take restore

Parameter To