Welcome to Tencent Cloud CBS.
Cloud Block Storage is a highly available, high-reliability, low-cost, and customizable Network Block Device. For details, see the Cloud Block Storage product document.
Users can use the APIs described in this documentation to perform related operations on Cloud Block Storage (CBS) and snapshots, such as create elastic cloud disk, create snapshot, or rollback snapshot. For supported operations, see API overview.
Please ensure you fully understand the CBS product, and its usage and billing method before using these APIs.
To help you quickly get familiar with Cloud Block Storage and snapshot service, we provide explanations for some common terms as shown in the table below:
| Term | Chinese | Description |
|---|---|---|
| CBS | Cloud Block Storage | Tencent Cloud's self-developed distributed block storage. For details, see the Cloud Block Storage product document. Its abbreviation is cloud disk, including two types: Cloud Block Storage purchased with Cloud Virtual Machine and independently purchased elastic cloud disks. |
| Elastic Cloud Disk | Elastic cloud disk | Not purchased with a Cloud Virtual Machine (purchased separately), has an independent lifecycle, and can be freely mounted and unmounted between different Cloud Virtual Machines (no support for simultaneous mounting on multiple Cloud Virtual Machines), also known as an elastic cloud disk. |
| Snapshot | Cloud Block Storage Snapshot | Saves a replica of the cloud disk at one time point. You can use snapshots to restore the cloud disk to the snapshot creation time point. |
Limit and OffsetParameter used to control paging.
Limitindicates the maximum number of entries returned at once, andOffsetindicates the offset. When the response is in the form of a list, if the number exceeds theLimit, only theLimitnumber of values are returned.For example, the parameter Offset=0&Limit=20 returns items 0 to 20, Offset=20&Limit=20 returns items 20 to 40, Offset=40&Limit=20 returns items 40 to 60, and so on.
Ids.NInput multiple parameters simultaneously. When encountering such a format, the input parameter can accept multiple values. For example:
Ids.0=10.12.243.21&Ids.1=10.11.243.21&Ids.2=10.12.243.21&Ids.3=10.13.243.21...
and so on (starting from index 0).
Use elastic cloud disks through API, you need to complete the following three steps sequentially:
To use a snapshot through API, you need to complete the following two steps sequentially.
For Cloud Block Storage (CBS) and snapshot usage limitations, see CBS Usage Limits. For specific parameter constraints, refer to the output parameter descriptions in each API document.
文档反馈