Rolling Back a Snapshot to an EVS Disk (Deprecated)
Function
This API is used to roll back a snapshot to an EVS disk. This API has been deprecated. Use another API.
Constraints
-
A snapshot can be rolled back only to its source disk. Rollback to another disk is not possible.
-
You can roll back a disk from a snapshot only when the disk is in the available or error_rollbacking state.
-
Snapshots whose names started with the autobk_snapshot_ prefix are automatically created by the system when backups are created. Such snapshots cannot be used to roll back data.
Calling Method
For details, see Calling APIs.
URI
POST /v2/{project_id}/os-vendor-snapshots/{snapshot_id}/rollback
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
The project ID. |
snapshot_id |
Yes |
String |
The snapshot ID. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
A token obtained from IAM is valid for 24 hours. When using a token for authentication, cache it to avoid frequently calling the API. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
rollback |
Yes |
RollbackDiskSnapshotOption object |
The snapshot rollback information. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
name |
No |
String |
The name of the disk to be rolled back. You can enter up to 64 characters. For details about how to query the target disk name, see the name field in the response body by referring to Querying Details About an EVS Disk (Deprecated). Do not use the name parameter alone. If name is going to be used, volume_id must also be specified. |
volume_id |
No |
String |
The ID of the disk to be rolled back. For details about how to query the target disk ID, see the volume_id field in the response body by referring to Querying Details About an EVS Disk (Deprecated). |
Response Parameters
Status code: 202
Parameter |
Type |
Description |
---|---|---|
rollback |
DiskRollbackOption object |
The snapshot rollback information. |
Parameter |
Type |
Description |
---|---|---|
volume_id |
String |
The ID of the target disk for snapshot rollback. |
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error |
Error object |
The error message returned if an error occurs. For details, seeParameters in the error field. |
Parameter |
Type |
Description |
---|---|---|
code |
String |
The error code returned if an error occurs. For the error codes and their meanings, see Error Codes. |
message |
String |
The error message returned if an error occurs. |
Example Requests
{ "rollback" : { "name" : "test-001", "volume_id" : "5aa119a8-d25b-45a7-8d1b-88e127885635" } }
Example Responses
Status code: 202
Accepted
{ "rollback" : { "volume_id" : "5aa119a8-d25b-45a7-8d1b-88e127885635" } }
Status code: 400
Bad Request
{ "error" : { "message" : "XXXX", "code" : "XXX" } }
Status Codes
Status Code |
Description |
---|---|
202 |
Accepted |
400 |
Bad Request |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot