Creates a restore job.
Operation description
Prerequisites
Before you call this operation, ensure that the service provider enabled the upgrade and downgrade feature and configured its parameters when the service was created.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenest:CreateRestoreTask |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceInstanceId |
string |
Yes |
The ID of the service instance. Call the ListServiceInstances operation to obtain the service instance ID. |
si-49793f3bfa034ec6a990 |
| BackupId |
string |
Yes |
The backup ID. |
backup-385d35fb088f453c8fa1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
13FE89A5-C036-56BF-A0FF-A31C59819FD7 |
| RestoreTaskId |
string |
The ID of the restore job. |
restore-fdsafda |
| Status |
string |
The status of the service instance. Valid values:
|
Restoring |
Examples
Success response
JSON format
{
"RequestId": "13FE89A5-C036-56BF-A0FF-A31C59819FD7",
"RestoreTaskId": "restore-fdsafda",
"Status": "Restoring"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.