Creates a backup for a Compute Nest service instance.
Operation description
Prerequisites
Ensure that the service provider enabled the upgrade/downgrade feature and configured the corresponding parameters when the service was created.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenest:CreateBackup |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Description |
string |
No |
The backup description. |
No description |
| ServiceInstanceId |
string |
Yes |
The ID of the service instance to back up. |
si-56cfb7ec3a634448a96c |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
8DC02957-A0FC-5AB2-8C54-496B636EAF12 |
| BackupId |
string |
The backup ID. |
backup-cad4a85ff5e340388b93 |
| Description |
string |
The description. |
No description |
| Status |
string |
The status of the backup.
|
Creating |
Examples
Success response
JSON format
{
"RequestId": "8DC02957-A0FC-5AB2-8C54-496B636EAF12",
"BackupId": "backup-cad4a85ff5e340388b93",
"Description": "No description",
"Status": "Creating"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.