All Products
Search
Document Center

Simple Application Server:CreateSnapshot

Last Updated:Jul 15, 2024

Creates a snapshot for a disk.

Operation description

A snapshot is a point-in-time backup of a disk. Snapshots can be used to back up data, recover data after accidental operations on instances, recover data after network attacks, and create custom images.

Note You are not charged for creating snapshots for disks of simple application servers.

Precautions

  • You can create up to three snapshots for disks of each simple application server.
  • The maximum number of snapshots that can be retained in an Alibaba Cloud account is triple the number of simple application servers that you maintain. The value cannot be greater than 15.
  • If a simple application server is automatically released due to expiration, the snapshots created for the server are deleted.
  • If you reset the simple application server after you create a snapshot for a server, the snapshot is retained but cannot be used to roll back the disks of the server.

QPS limit

You can call this API operation up to 10 times per minute per account. Requests that exceed this limit are dropped and you may experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limits.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the simple application server to which the disk is attached.

cn-hangzhou
DiskIdstringYes

The disk ID.

d-bp18kjxg9ebrhsgi****
SnapshotNamestringYes

The snapshot name. The name must be 2 to 50 characters in length. It must start with a letter but cannot start with http:// or https://. The name can only contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).

test-SnapshotName
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The value of ClientToken can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence.

123e4567-e89b-12d3-a456-426655440000
Tagarray<object>No

The tags that you want to add to the snapshot. You can specify up to 20 tags.

objectNo

The tags of the snapshot.

KeystringNo

The key of the tag to add to the snapshot. Valid values of N: 1 to 20.

The tag key cannot be an empty string. The tag key can be up to 64 characters in length and cannot contain http:// or https://. The tag key cannot start with acs: or aliyun.

TestKey
ValuestringNo

The value of the tag to add to the snapshot. Valid values of N: 1 to 20.

The tag value can be an empty string. The tag value can be up to 64 characters in length and cannot contain http:// or https://.

TestValue
ResourceGroupIdstringNo

The ID of the resource group.

rg-aek2bti7cf7****

Response parameters

ParameterTypeDescriptionExample
object
SnapshotIdstring

The snapshot ID.

s-bp16oazlsold4dks****
RequestIdstring

The request ID.

20758A-585D-4A41-A9B2-28DA8F4F534F

Examples

Sample success responses

JSONformat

{
  "SnapshotId": "s-bp16oazlsold4dks****",
  "RequestId": "20758A-585D-4A41-A9B2-28DA8F4F534F\t"
}

Error codes

HTTP status codeError codeError message
400InvalidRemark.ValueNotSupportedThe specified parameter Remark is invalid.
400InvalidRemark.DuplicateThe specified Remark already exists.
400IncorrectStatusThe state of the disk or instance does not currently support snapshot creation.
400InvalidSnapshotName.ValueNotSupportedThe specified SnapshotName is invalid.
400InvalidSnapshotName.DuplicateThe specified SnapshotName already exists.
403SnapshotLimitExceedThe maximum number of snapshots in an instance is exceeded.
403IncorrectDiskStatus.CreatingSnapshotA snapshot is being created in the specified disk. Please try again later.
404InvalidDiskId.NotFoundThe specified DiskId does not exist.
500InternalErrorAn error occurred while processing your request.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-05-29The Error code has changed. The request parameters of the API has changedView Change Details
2024-02-20The Error code has changed. The request parameters of the API has changedView Change Details
2023-05-25API Description Update. The Error code has changedView Change Details