Backup Restore

Backup Restore

Backup restore of vcplcm data and configuration files..

Request
URI
POST
https://{api_host}//api/v4/support/backup-restore
COPY
Request Body
BackupSpec of type(s) application/json
Optional
{
    "backup_file": "string",
    "backup_password": "string",
    "vcplcm_current_password": "string"
}
string As binary As binary
backup_file
Optional

backup_file

string
backup_password
Optional

The backup file password - should be a valid backup file password.

string
vcplcm_current_password
Optional

The backup file password - should be a valid backup file password.

Responses
200

Backup restore of vcplcm data.

Operation doesn't return any data structure

401

Unauthorized access

Operation doesn't return any data structure

503

Operation currently not available.

Operation doesn't return any data structure