Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state.
Data written to a snapshot must be aligned with 512-KiB sectors.
Path parameters
The block index of the block in which to write the data. A block index is a logical index in units of <code>512</code> KiB blocks. To identify the block index, divide the logical offset of the data in the logical volume by the block size (logical offset of data/<code>524288</code>). The logical offset of the data must be <code>512</code> KiB aligned.
Headers
The progress of the write process, as a percentage.
A Base64-encoded SHA256 checksum of the data. Only SHA256 checksums are supported.
The algorithm used to generate the checksum. Currently, the only supported algorithm is <code>SHA256</code>.
Request body
Response
Success