RestoreRequest

RestoreRequest
Start Restore Request Common

Body for POST /sspi/restore; requires backup_id and action 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

Must be RESTORE for starting a restore job.

Parameter To