v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465044.2 KB

Seals and completes the snapshot after all of the required blocks of data have been written to it. Completing the snapshot changes the status to <code>completed</code>. You cannot write new blocks to a snapshot after it has been completed.

post/snapshots/completion/{snapshotId}#x-amz-ChangedBlocksCount

Path parameters

snapshotIdstring required

The ID of the snapshot.

Headers

x-amz-ChangedBlocksCountinteger required

The number of blocks that were written to the snapshot.

x-amz-Checksumstring
<p>An aggregated Base-64 SHA256 checksum based on the checksums of each written block.</p> <p>To generate the aggregated checksum using the linear aggregation method, arrange the checksums for each written block in ascending order of their block index, concatenate them to form a single string, and then generate the checksum on the entire string using the SHA256 algorithm.</p>
x-amz-Checksum-Algorithm'SHA256'

The algorithm used to generate the checksum. Currently, the only supported algorithm is <code>SHA256</code>.

x-amz-Checksum-Aggregation-Method'LINEAR'

The aggregation method used to generate the checksum. Currently, the only supported aggregation method is <code>LINEAR</code>.

Response

Success

Status'completed' | 'pending' | 'error'

The status of the snapshot.

All 6 operations